Android Browser textarea scrolls all over the place, is unusable

后端 未结 4 1563
醉梦人生
醉梦人生 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:32

    SOLUTION: The 3D webkit is broken in Android, this is causing this problem. Make sure you are not using -webkit-transform: translate3d(0, 0, 0); or -webkit-backface-visibility: hidden; on anything related to the inputs. :(

提交回复
热议问题