infinite
Here are 108 public repositories matching this topic...
I've tried to setup a custom icon for notifications. If I put my monochromatic icon in platform/android/res/drawable
, the icon is not resolved. I've to put the icon in the path platform/android/res/mipmap
to make it working on notifications.
Tried to use virtual-scroller with window scroll,
Works well with chrome and IE 11, but doesn't work with IE 10
Problem is whitespaces at the top, calculation of height and translate value is incorrect
<img width="1680"
Description
Provide users clear instruction on how to upgrade their v2 installation to v3.
Example
See https://github.com/webcreate/infinite-ajax-scroll/blob/master/UPGRADE.md for examples on previous versions.
Description
Using polyfill you can't attach event in window.
so, you should check attachEvent
first.
and then you should check addEventListener.
https://github.com/naver/egjs-infinitegrid/blob/master/src/utils.js#L65-L78
-
Updated
Dec 28, 2018 - Swift
-
Updated
Jul 30, 2016 - JavaScript
-
Updated
Jun 25, 2020 - Kotlin
-
Updated
Oct 13, 2019 - Swift
Expected behaviour:
- User scrolls to the end of the list
- "Load more" option appears
- After clicking on "Load more" option, this option is hidden, more items are loaded and user can scroll them
- Repeat again from the step 1. until user reaches end of all items
-
Updated
Jul 6, 2020 - Swift
-
Updated
Sep 2, 2017 - Swift
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Apr 16, 2019 - Java
-
Updated
Dec 16, 2019 - JavaScript
-
Updated
Apr 28, 2020 - GDScript
-
Updated
Apr 4, 2016 - Objective-C
-
Updated
Dec 16, 2019 - TypeScript
-
Updated
Jan 2, 2019 - C++
-
Updated
Jul 1, 2020 - JavaScript
-
Updated
Apr 10, 2019 - Swift
-
Updated
May 29, 2018 - Shell
Improve this page
Add a description, image, and links to the infinite topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the infinite topic, visit your repo's landing page and select "manage topics."
'onclick' events are broken under iOS 13 wkwebview. More details here: facebook/react#17258
The solution is to use 'onTap' detection, which works with both click and all touch devices.
Good libraries for that :
https://github.com/GianlucaGuarini/Tocca.js
https://github.com/hammerjs/hammer.js/