Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-5569] MobileWeb: Touch events problems with textArea and textField

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionWon't Fix
Resolution Date2011-05-23T01:26:02.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterMisha Vasko
AssigneeMaxim Negadaylov
Created2011-05-19T08:01:04.000+0000
Updated2017-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.

Comments

  1. Maxim Negadaylov 2011-05-20

    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.)
  2. Lee Morris 2017-03-10

    Closing ticket as the issue will not fix.

JSON Source