How to hide chrome address bar on scroll in Flutter web app?
Asked Answered
D

1

9

In my flutter web application browser address bar is not hiding on scroll. Does flutter supports this feature?

enter image description here

Dolorisdolorita answered 20/7, 2020 at 9:8 Comment(0)
D
1

try using the inAppWebview

it opens the webpage without showing any browser specific details.

https://pub.dev/packages/flutter_inappwebview

enter image description here

Donelson answered 27/10, 2022 at 13:2 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.