-
Notifications
You must be signed in to change notification settings - Fork 934
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove the appbar??? #27
Comments
how did you launch the webview ? |
Can I delete the appbar? |
is it working ? are you importing the dependencies via |
on iOS, it should be fullscreen, on Android you have to personalize the activity that you are using to host the webview. |
It's working well, but I don't need the appbar. So Is there any way to remove the appbar ? |
Is there any versions to help me with it? |
This app bar is comming from your Android theme, you can hide it by changing the theme of the activity you are using for the webview inside the app manifest. |
Thank you so much.. I changed to this. |
When I launch webview in flutter, I don't need the appbar (back button and the title). How can I remove it?
Seem like this is the arguments for function "launch", but I can't use it as well..
Thanks you guys.
The text was updated successfully, but these errors were encountered: