-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
No bounce in inappwebview iOS #696
Comments
Wow, that's a bug! |
fixed with the latest release 5.0.5+1 |
Thank you! Thank you! Thank you! Working great in the latest build! Now I can switch over from flutter_webview to your package in my own app. Thanks so much! |
Thanks a lot for your support @delay! If you want, you can submit your app to the new website of this plugin, which is inappwebview.dev, using the Submit App page! Your app will be visible to the Showcase page that contains an open list of apps built with Flutter and Flutter InAppWebView! The website is new (I published it just some days ago), so there is only my Flutter Browser App at the moment. |
I will definitely submit my app! It will be a while as I am just starting it but once I complete it I will submit it for sure. Your package should save me a lot of time! |
Ok! Thanks a lot again for the support! It is people like you who give so much satisfaction to the work done 😄 |
No problem, it was the least I could do. I ran into another issue #702 (comment) |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue. |
I really like your packages flutter_inappwebview and your flutter_browser_app. It seems to have a lot more features than the flutter_webview package from the flutter team. The one feature I can't seem to make work is there is no bounce when scrolling to the top or bottom of webviews like on flutter_webview or default ios views, flutter_webview does have this but is missing all the other features that make your package so great. Without the bounce it is very jarring for iOS users who are expecting the bounce behavior. Is there any way to make this active in your package?
I have included the minimal code to reproduce the issue. To reproduce: Just scroll to the bottom of the Webview and notice there is no bounce. Normally on iOS there is a bounce similar to the default bounce in a flutter Listview. Thanks for any info on how I might solve this or whether it can be included in your package. Thanks for making such a great package!
The text was updated successfully, but these errors were encountered: