#Android edge to edge

2 messages · Page 1 of 1 (latest)

lavish rapids
#

When using android edge to edge the env(safe-area-inset-top) ends up being 0. But one kinda wants to actually have the padding from the status bar. So I wanted to ask if there is any way of getting the status bar height in tauri, or I just need to write a plugin to get those insets ? Which I already have working, but thought there might be another way.

lavish rapids