[TIMOB-20386] Windows: View based click event are not working consistently
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-03-10T17:30:44.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 5.3.0 |
Components | Windows |
Labels | qe-5.3.0 |
Reporter | Bert Grantges |
Assignee | Kota Iguchi |
Created | 2016-02-10T23:46:24.000+0000 |
Updated | 2016-04-16T08:04:28.000+0000 |
Description
Customer is reporting that View based click events are not reliable. Occasionally do not fire.
https://github.com/appcelerator/titanium_mobile_windows/pull/578 This PR improves response rate of
Ti.UI.Button
click event significantly. It looks like the issue is because XamlTapped
event is not so responsive, and on the Button we haveClick
event which always works better. For other components, unfortunately, from what I observed I noticed that Xaml controls'sTapped
event is not so responsive and it loses some user input even on pure native app. So I don't have anything to do with it...Verified as fixed, using
Click
proves to be much more responsive, tested 60 taps on both 8.1 & 10.0 windows phone devices and every tap was registered. Tested on: Windows 10 Pro Windows Phone 10.0 & 8.1 (Microsoft Lumia 640 LTE) Appc Studio: 4.6.0.201604141457 Ti SDK: 5.3.0.v20160414094426 Appc NPM: 4.2.5-1 Appc Core: 5.3.0-12 Node: v4.4.2 *Closing Ticket.*[~kota] Is it possible we need to explore a "lower-level" event than Tapped to improve response? According to the MS docs, Tapped is a higher-level event that may combine multiple lower events. Maybe we need to investigate using PointerPressed?
Added new Story ticket TIMOB-23224