[AC-5634] iOS: ti. 7.0.3.v20180226072443 onClick tableview not working
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Needs more info |
Resolution Date | 2018-03-12T22:21:26.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Anthony Chung |
Assignee | Shak Hossain |
Created | 2018-03-01T05:15:09.000+0000 |
Updated | 2018-04-18T12:01:39.000+0000 |
Description
Please test if titanium 7.0.3.v20180226072443+
has broken onClick on tableviews.
I tested onSingletap and that worked. But onClick not working.
I tested edge 7.1.X and this has same behaviour.
Tested on iOS sim and on device.
<TableView id="table" onClick="testFunction" >
</TableView>
We didn‘t change anything in that API for a while, are you sure it is really an SDK issue? Does it work with 7.0.2?
I have tested on SDK 7.0.2.GA and the click event is working fine. No issue there [~hknoechel]. Thanks.
Hello, Tested the issue with the sample code from [here](https://gist.github.com/rakhimonimitro/5daaee632c185ed56c1f44cc1081bfbd) and click event is working fine on SDK 7.0.2.GA and 7.0.3.v20180226072443.
Same here, testing onClick on TableViewRow. Isn't working on iPhone X (Simulator). Works as intended on other iPhones.
[~AceMcLoud] Unfortunately there is still no reproducible sample code provided, so we are unable to test or schedule it.