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
First time creating native app, using mostly Hotwire Native for Rails developers for it.
We created the app, and it's working nicely on older iPhone (without rounded bottom), but on newer ones (and in emulator), we get this weird behaviour:
Screen.Recording.2026-06-10.at.13.57.58.mp4
Bottom navbar is web-based (we are not switching to native as we don't know how to show notifications indication - see #242), using fixed position on bottom of the screen.
Is there maybe some setting for full height/ full screen of the webview?
First time creating native app, using mostly Hotwire Native for Rails developers for it.
We created the app, and it's working nicely on older iPhone (without rounded bottom), but on newer ones (and in emulator), we get this weird behaviour:
Screen.Recording.2026-06-10.at.13.57.58.mp4
Bottom navbar is web-based (we are not switching to native as we don't know how to show notifications indication - see #242), using fixed position on bottom of the screen.
Is there maybe some setting for full height/ full screen of the webview?
Thank for any help