You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 27, 2019. It is now read-only.
I've been using iscroll on our mobile pages from last six months and it was working fine even with form element hack. But suddenly now on iPhone, we have came across an issue with iscroll.
The scrollWrapper has 5-6 diff form elements. Click on one of the text input box, it gets focus and virtual keypad pops up. One can also blinking caret/cursor in input box. Now when we try to scroll the content in wrapper, all the elements within it scroll up/down except blinking caret. Caret doesn't move and even if the input box has moved from it's pre-scroll position. Basically the caret is not in sync with it. Now if you try to type something, caret jumps back inside the input box.
The issue is present in actual 3GS/4G device/emulator and all OS. I wish I can attach a snapshot of the problem here which would have made problem more clear.
HI
I've been using iscroll on our mobile pages from last six months and it was working fine even with form element hack. But suddenly now on iPhone, we have came across an issue with iscroll.
The scrollWrapper has 5-6 diff form elements. Click on one of the text input box, it gets focus and virtual keypad pops up. One can also blinking caret/cursor in input box. Now when we try to scroll the content in wrapper, all the elements within it scroll up/down except blinking caret. Caret doesn't move and even if the input box has moved from it's pre-scroll position. Basically the caret is not in sync with it. Now if you try to type something, caret jumps back inside the input box.
The issue is present in actual 3GS/4G device/emulator and all OS. I wish I can attach a snapshot of the problem here which would have made problem more clear.
Has anyone come across same issue?? Thanks.