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.