| Issue 38: | Screen moves up and down as a user touches the keyboard to enter a text into a input box | |
| 5 people starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. write a simple input type (i.e. <input type="text" ...> 2. run android web-browser on device or an emulator. 3. web-browser screen moves up and down when I touch the keyboard. What is the expected output? What do you see instead? Expected that the screen shouldn't move but instead, whenever I touched the keyboard the screen moved up and down unexpectedly. What version of the product are you using? On what operating system? iscroll 3.7 / android 2.2 Please provide any additional information below.
Dec 7, 2010
#1
duckhee...@gmail.com
Jan 19, 2011
You can solve this problem by add this code to touchStart function: that.element.style.webkitTransform = ''; that.element.style.top = that.y; But, any side-effect still exists
Sep 6, 2013
is it working for u??
Oct 19, 2013
same problem arising for me..what is the solution for that.please help me as soon as possible. |