[TIMOB-19955] Windows: Label only supports "click" event
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-12-01T14:07:47.000+0000 |
Affected Version/s | Release 5.1.0 |
Fix Version/s | Release 5.2.0 |
Components | Windows |
Labels | n/a |
Reporter | Kota Iguchi |
Assignee | Kota Iguchi |
Created | 2015-11-13T06:06:16.000+0000 |
Updated | 2016-02-10T01:25:57.000+0000 |
Description
Currently
Ti.UI.Label
only supports click
event. [PR 477](https://github.com/appcelerator/titanium_mobile_windows/pull/477) should introduce some touch events on Label and it should work, and we want to make sure it works on Label.
https://github.com/appcelerator/titanium_mobile_windows/pull/489
Verified using: Windows 10 Pro VS 2015 Update 1 Appc NPM: 4.2.3-2 Appc Core: 5.2.0-249 Ti SDK: 5.2.0.v20160208101502 Ti.UI.Label now supports the following events
click dblclick doubletap longpress singletap touchstart touchmove touchend
Closing ticket