[TIMOB-19401] Windows: Missing events for Ti.UI.View
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-09-17T22:59:20.000+0000 |
Affected Version/s | Release 4.0.0 |
Fix Version/s | Release 5.0.1 |
Components | Windows |
Labels | n/a |
Reporter | Kota Iguchi |
Assignee | Kota Iguchi |
Created | 2015-08-25T01:56:04.000+0000 |
Updated | 2015-09-22T19:34:23.000+0000 |
Description
Missing events for
Ti.UI.View
, such as click
, singletap
, swipe
and so on. Currently it only supports touchmove
and focus
.
https://github.com/appcelerator/titanium_mobile_windows/pull/417
Reopening ticket: Windows 8.1 Appc CLI Core: 5.0.0-50 Appc CLI NPM: 4.2.0-1 Titanium SDK : 5.0.0.v20150911123911 Lumia 930 (8.1) When using the below code I do not see events get fired for for *touchstart* and *touchend* and the behaviour for *longpress* differs to Android and iOS. On Windows when listening for the *longpress* event the callback will be called twice, when the duration for a longpress is met and when the press is released, on iOS and Android a longpress is only fired once, when the length of time is met.
Verified using: Windows 8.1 Appc Core 5.0.2-19 Appc NPM 4.2.0 Ti SDK 5.0.1.v20150922104152 Nokia Lumia 930 8.1 Using the code below the touchstart and touchend events are now fired and the longpress event is only fired once
Closing ticket