-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pull refresh on iOS #218
Comments
@dappledore Could you have a try with this sample? |
@KevinnZou Is this Android only? The above is working Android but not on iOS. The box with vertical scroll seems to be the problem. |
Has there been any updates on this? I'm trying to implement scroll away top app bar, so I need my WebView to be in a scrollable container for the nested scrolling behavior to work correctly. Works on Android, but as soon as I add Here is my code, let me know if there's anything else I can do to help debug!
|
Im using below to implement pull to refresh , this works on Android but on iOS its a blank Webview. If i remove
.verticalScroll(rememberScrollState()) line then the Webview is not blank however unable to pull to refresh.
Is there a way to get pull to refresh to work on iOS and Android.
The text was updated successfully, but these errors were encountered: