hotwired / turbo-android

Android framework for making Turbo native apps
MIT License
423 stars 51 forks source link

Content pulled up excessively on input focus #215

Closed silva96 closed 6 months ago

silva96 commented 2 years ago

Just wrapped my website into a turbo android app without anything extra from the android side.

This is the behaviour when tapping an input.

https://user-images.githubusercontent.com/4019924/154824374-b36497ef-2fcd-4f32-a89e-56fb4f88a401.mp4

This does not happen on the website itself (https://profe.social/users/sign_in)

This happens on every single input, not just the one in the video

jayohms commented 6 months ago

You can consider using a different windowSoftInputMode, such as adjustPan in your app's manifest file, otherwise this it out of scope for the library:

android:windowSoftInputMode="adjustPan"