You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Android AppBar is amazing as it is but for Webviews it is essential to hide the AppBar for better view. When using it for normal MainWindows there should be an option to add, remove or change the avatar. This widget behaviour is observed when using the title of the MainWindow. You can change it at any instance.
Describe the solution you'd like
Use the icon function of the toga.App.
Allow the App to change the icon and update screen.
Add the Hide AppBar or Show Bar options. The user can use the functions on their menu or other available widgets
Assign and/or update theme color for the app and AppBar
Describe alternatives you've considered
My alternative was using webview and flask.
However, I was forced to design around the AppBar theme.
Additional context
No response
The text was updated successfully, but these errors were encountered:
I'm not entirely clear what the reference to WebView has to do with this request, but the underlying "hiding the AppBar" request is a duplicate of #1870. This has been a source of discussion recently, with a prototype implementation available in #2244.
What is the problem or limitation you are having?
The Android AppBar is amazing as it is but for Webviews it is essential to hide the AppBar for better view. When using it for normal MainWindows there should be an option to add, remove or change the avatar. This widget behaviour is observed when using the title of the MainWindow. You can change it at any instance.
Describe the solution you'd like
Use the icon function of the toga.App.
Allow the App to change the icon and update screen.
Add the Hide AppBar or Show Bar options. The user can use the functions on their menu or other available widgets
Assign and/or update theme color for the app and AppBar
Describe alternatives you've considered
My alternative was using webview and flask.
However, I was forced to design around the AppBar theme.
Additional context
No response
The text was updated successfully, but these errors were encountered: