Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

enter image description here

like image 493
Rushikesh Talokar Avatar asked Jul 20 '20 09:07

Rushikesh Talokar


People also ask

How do I hide my browser address bar?

To hide the bar, all you can do is use Chrome's full-screen mode. To enter full-screen mode, press F11 or click Chrome's menu button and click the “Full Screen” icon to the right of the Zoom options.

How do I hide the address bar in HTML?

16384.0 you can hide the address bar by setting location=no in the window. open features. Save this answer.

How do I hide the search bar on my mobile?

Open Settings, then open Apps. In the All apps list, find Google app, or just Google, tap it and select disable. Reboot your phone and the Search bar should be gone!


1 Answers

https://github.com/flutter/flutter/issues/68877 Check this thread. You can do that by modifying index.html file.

like image 98
Rashid Wassan Avatar answered Nov 08 '22 11:11

Rashid Wassan