what's the best solution on mobile browser which has "dynamic address bar"? #597
youweol-master
started this conversation in
General
Replies: 2 comments
-
What doesn't work about it? Doesn't it trigger? Or does it trigger too often? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Did you find a good solution here? curious if there's a solution that works across all mobile devices |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm now implementing a InfiniteList that use this library to trigger a fetchNextPage event.
I placed a zero-height HTML DIV block in the bottom of the list as the ref of inView trigger.
It works well on desktop browser and mobile browser that had a fixed address bar. Somehow, this did't work on the mobile browser has "dynamic address bar". what I mean about the browser has "dynamic address bar" is: while scroll-top the screen, the address bar hidden,
while scroll-down the screen, the address bar show. for example Firefox Moblie is one of them.
when I set the HTML DIV a bigger size, about 100px (this will bigger than the address bar), the inView will work well too, but this solution is too ugry.
Is there a nice solution exists?
Beta Was this translation helpful? Give feedback.
All reactions