[TIMOB-5569] MobileWeb: Touch events problems with textArea and textField
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2011-05-23T01:26:02.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Misha Vasko |
Assignee | Maxim Negadaylov |
Created | 2011-05-19T08:01:04.000+0000 |
Updated | 2017-03-10T18:53:46.000+0000 |
Description
I set eventlisteners for touch events(doubletap, twofingertap, touchstart, touchmove, etc) on textArea object. When i try to reproduce these events on iPhone the textArea becomes focused and the iPhone keyboard appears on the screen, but events not fired. The same problem is with textField.
Detail. Event singletap works correctly.
input boxes do not respond to touch events (ontouchstart, ontouchmove, ontouchcancel), which also means ontouchmove="event.preventDefault()" will not prevent page scroll if you're creating a fixed-page, non-scrollable app. (It's possible to create a klunky workaround using hidden divs.)
Closing ticket as the issue will not fix.