Flutter AppAuth: Is there a way to hide the url address and the bottom navigation bar when launch url in app?

1.5k views Asked by At

I'm looking into a way to make a better native feel for my flutter project. Is it possible to customize the safari launch view inside the flutter app, in a way I could hide the url, refresh button along with the bottom navigation bar? This is how it currently looks like, and I want to hide the parts in the red box

1

1

There are 1 answers

3
sameer kashyap On

To get a native web view in flutter, you'd have to use webview_flutter plugin, this allows you to use widgets on top of the webview and hide URL and other things in a browser.