react-native-pull-refresh
react-native-pull-refresh copied to clipboard
Does it work with a WebView (fullscreen) and do you plan to have iOS supported?
Hi @NadiKuts,
your solution looks really promising. I have not played around with it pretty much yet, but I have two questions already:
- does it work with a Webview, where the Webview takes 100% of the Screen Size. Which means the user should still be able to scroll to the top of the WebView.
- and do you plan do support iOS in the future?
Regarding the Webview, it would be possible to get the scroll position (eg. user is at the top of the page or not) from the Webview (with onMessage etc.). Still I would need a way to tell your component to only trigger the PTR when a certain condition is met (eg. scroll top is 0).
Can you help me out here please? Thanks.
I just spent like a hour trying to get it to work for iOS and realized there is no support for it yet.
Huh, I wonder what about this doesn't support iOS. Does it use Android only ScrollView
props that allow it to work? Lottie works for both platforms I thought.