Skip to content
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

added automaticallyAdjustsScrollIndicatorInsets option to ios #228

Closed
wants to merge 1 commit into from
Closed

added automaticallyAdjustsScrollIndicatorInsets option to ios #228

wants to merge 1 commit into from

Conversation

tokonu
Copy link

@tokonu tokonu commented Dec 16, 2019

Connection with issue(s)

Connected to #210

Testing and Review Notes

As mentioned in the issue, on notched iphones running ios 13+, scroll bar of the webview is displayed in the middle of the screen. This issue is also mentioned in flutter/flutter#41592.
A fix was proposed in flutter/plugins#2343. As seen in this fix I added automaticallyAdjustsScrollIndicatorInsets option to IosInAppWebViewOptions. This is not a breaking change since the default value is true; nothing changes if this option is not set to false.

Also I changed a forced unwrapping because I encountered a crash.

@pichillilorenzo
Copy link
Owner

Hi @tokonu and thanks a lot for your support! However, I have already added this option to IosInAppWebViewOptions in my next release (that will be pushed and published as soon as possible, maybe today or tomorrow!). Also, I will add your fix for onConsoleMessage on iOS!

pichillilorenzo added a commit that referenced this pull request Dec 16, 2019
…lue for databaseEnabled android option, added new methods and events
This was referenced Jul 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants