#Is it possible to ignore safe areas in mobile Tauri?
3 messages · Page 1 of 1 (latest)
i'm sure that it is, at least on android. But there is no config or something exposed in Tauri, so feel free to open a feature request for this on github.
(idk how you can to it manually in your project via the rust bindings, or the swift/kotlin projects so i leave that part to someone else)
Can you do it? Anything is possible with the power of Rust and friendship. This is a relatively trivial thing to accomplish, you essentially just fullscreen the app
Is there a config for it? No, alpha = alpha
Next steps? Either wait for more API's and configs to be made available or do a deep dive into how the NDK and Tauri interconnect