Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Scroll bar in IOS overlap status bar #375

Closed
manish9161 opened this issue Jun 3, 2020 · 3 comments
Closed

Scroll bar in IOS overlap status bar #375

manish9161 opened this issue Jun 3, 2020 · 3 comments
Labels

Comments

@manish9161
Copy link

In IOS, Scrollbar is overlap status bar content. I am newbie in flutter.

@pichillilorenzo
Copy link
Owner

you can use iOS-specific option automaticallyAdjustsScrollIndicatorInsets: true and it should work:

initialOptions: InAppWebViewGroupOptions(
  crossPlatform: InAppWebViewOptions(
      debuggingEnabled: true
  ),
  ios: IOSInAppWebViewOptions(
    automaticallyAdjustsScrollIndicatorInsets: true
  )
),

This was referenced Jul 6, 2020
Copy link

github-actions bot commented Oct 7, 2024

This issue is stale and has been automatically closed because it has been open for more than 365 days with no activity. Please reopen a new issue if you still have it.

@github-actions github-actions bot added the stale label Oct 7, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 7, 2024
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 23, 2024
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants