Vandzelyak / iscroll-js

Automatically exported from code.google.com/p/iscroll-js
MIT License
0 stars 0 forks source link

Screen moves up and down as a user touches the keyboard to enter a text into a input box #38

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by duckhee...@gmail.com on 7 Dec 2010 at 7:05

GoogleCodeExporter commented 8 years ago
I guess this is not related to iscroll-js.
Please dismiss this one.
Thank you.

Original comment by duckhee...@gmail.com on 8 Dec 2010 at 1:34

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
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

Original comment by com.whit...@gmail.com on 20 Jan 2011 at 3:53

GoogleCodeExporter commented 8 years ago
is it working for u??

Original comment by ambati....@gmail.com on 6 Sep 2013 at 10:48

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
same problem arising for me..what is the solution for that.please help me as 
soon as possible.

Original comment by prabhu.i...@gmail.com on 19 Oct 2013 at 10:38