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
On Android, there is a feature to allow the app to hide the Notification bar and the Navigation bar, otherwise called Edge to Edge. Documented Here
I know iOS has a similar API, but I am on android myself so this will be targeted mostly towards that.
Describe the solution you'd like
It would be nice if we can programmatically change this, like the documentation says in the android dev site, or get a tauri.conf.json line about this as well.
Alternatives considered
A plugin could be written, but this seems more "first-party" to me.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the problem
On Android, there is a feature to allow the app to hide the Notification bar and the Navigation bar, otherwise called Edge to Edge.
Documented Here
I know iOS has a similar API, but I am on android myself so this will be targeted mostly towards that.
Describe the solution you'd like
It would be nice if we can programmatically change this, like the documentation says in the android dev site, or get a
tauri.conf.json
line about this as well.Alternatives considered
A plugin could be written, but this seems more "first-party" to me.
Additional context
No response
The text was updated successfully, but these errors were encountered: