Topic in Github: https://github.com/tauri-apps/tauri/discussions/9261
My app: https://github.com/manga-you-know/desktop
In this topic, one of the most active maintainers write about putting the app in full screen (without decorations) and changing the status bar color.
But I my app it isn't need all the time, just when reading a manga (it is a manga app) so is there a way to call this functions to change it in runtime?
BTW , can we intercept default gestures like back (swipe in android and latteral mouse button on PC) to make the design more accessible?
GitHub
Hi, i'm working with tauri 2 for building android app. but didn't find a way to set the Activity fullscreen and how to hide the status bar ? does anyone can help me? even just some idea is ...