mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
449dda2eb3
Currently, on iOS, the keyboard can block the content since it doesn't trigger the "resize". Now, the `insets` will provide the size of the keyboard (on iOS) and scrollbars. It's compatible with the Android (and desktop), but Chrome automatic resizes the windows, so the `Inset` will be 0. Signed-off-by: Inkeliz <inkeliz@inkeliz.com>