Scrolling to selected element while typing on iphone safari virtual keyboard

后端 未结 3 1034

I am building an iphone webapp and have a page with an input field. I\'d like the field to scroll up to just above the virtual keyboard when it shows up. I\'ve tried putting

3条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-11 13:37

    This might work, try to use css translate3d instead of scrollTo(x,y)

    See http://www.webkit.org/blog/386/3d-transforms/

提交回复
热议问题