victorbonnet / flutter_web_browser

Plugin for flutter to open web page with Chrome Custom Tabs and SFSafariViewController
MIT License
62 stars 40 forks source link

Disable URL bar entirely and Open Browser by default #26

Open stephenjason89 opened 4 years ago

stephenjason89 commented 4 years ago

Is it possible to remove the URL bar entirely?

maybe an option similar to barCollapsingEnabled: true, to maybe barDisabled: true image

xamantra commented 3 years ago

I personally think that the url must be shown to the user always because what if the developer makes a scam/pishing app and the user can't tell because URL is unknown?

But well, you can just use webview instead. You can achieve what you exactly want with it.