Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-20386] Windows: View based click event are not working consistently

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2016-03-10T17:30:44.000+0000
Affected Version/sn/a
Fix Version/sRelease 5.3.0
ComponentsWindows
Labelsqe-5.3.0
ReporterBert Grantges
AssigneeKota Iguchi
Created2016-02-10T23:46:24.000+0000
Updated2016-04-16T08:04:28.000+0000

Description

Customer is reporting that View based click events are not reliable. Occasionally do not fire.

Comments

  1. Kota Iguchi 2016-03-10

    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 Xaml Tapped event is not so responsive, and on the Button we have Click event which always works better. For other components, unfortunately, from what I observed I noticed that Xaml controls's Tapped 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...
  2. Harry Bryant 2016-04-14

    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.*
  3. Christopher Williams 2016-04-15

    [~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?
  4. Kota Iguchi 2016-04-16

    Added new Story ticket TIMOB-23224

JSON Source