Android Browser textarea scrolls all over the place, is unusable

后端 未结 4 1552
醉梦人生
醉梦人生 2020-12-09 18:53

So I\'ve built a nice, shiny HTML5 application that is targeted at mobile Safari, and Android\'s default browser. The Android versions I\'m testing it on are 2.1 and 2.2.

4条回答
  •  时光取名叫无心
    2020-12-09 19:27

    If at all possible, you can lockdown the scrolling of the screen while the user is typing by setting the overflow property of body to 'hidden' - you can selectively enable/disable it on focus/blur events. Of course this does mean that your user will not be able to scroll while typing

提交回复
热议问题