[TIMOB-19953] Windows: Button only supports "click" event
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-12-01T14:07:43.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-13T05:38:57.000+0000 |
Updated | 2016-02-10T01:45:49.000+0000 |
Description
Currently
Ti.UI.Button
only supports click
event. It should support dblclick
, tap
etc when possible. Note that [PR 477](https://github.com/appcelerator/titanium_mobile_windows/pull/477) should introduce some touch events on Button and it should work, and we want to make sure it works on Button.
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.Button now supports the following events
blur click dblclick doubletap focus longpress singletap touchmove
Closing ticket