You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I scroll down, the RefreshControl is visible and starts loading
when I scroll up it does not appear
but, the user cannot scroll to the top of the Webview again without triggering the PullView again. Only when I scroll twice I am able to get to the top of the Webpage again.
Is there a way to tell the PullView to start pulling etc. only when a specific condition is met? Because then I can calculate the scroll position within the Webview, using the onMessage feature to get it and tell the PullView how to act then.
Can you help me out here please?
The text was updated successfully, but these errors were encountered:
Hi @greatbsky,
I have an important problems using your solution in my project. Let me try to explain it. I have the following render method:
The following happens
RefreshControl
is visible and starts loadingIs there a way to tell the PullView to start pulling etc. only when a specific condition is met? Because then I can calculate the scroll position within the Webview, using the onMessage feature to get it and tell the PullView how to act then.
Can you help me out here please?
The text was updated successfully, but these errors were encountered: