0

I'm studying mobile web app. How to prevent page jump up when open soft keyboard on mobile browser?

StoneHeart
  • 15,790
  • 32
  • 67
  • 84

1 Answers1

0

I think this is the answer. In short add android:windowSoftInputMode="adjustPan" to your activity tab.

But if you by webapp mean an app that doesn't use any native code I have no idea :)

Community
  • 1
  • 1
Warpzit
  • 27,966
  • 19
  • 103
  • 155