[TIMOB-2966] iOS: tabgroup click-event does not fire
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-08-09T19:45:06.000+0000 |
Affected Version/s | Release 2.1.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | api |
Reporter | Mark Aalderink |
Assignee | Blain Hamon |
Created | 2011-04-15T03:33:53.000+0000 |
Updated | 2017-03-20T20:39:02.000+0000 |
Description
The click-event (as well as other touch events) does not fire.
I would also like to get the index of the button clicked as an event-property.
Out of curiosity, what is the use case of this? Tab groups on iOS, natively, don't report click events, as the native code handles all of that. If we can avoid adding bloat and possible fragility that introducing non-native click handling of the actual tabs themselves, that'd be preferable.
After talking with CE, it turns out the customer needed something already provided that is NOT solved by intercepting the touch events. We need to update the docs because tabs are not views, and tabgroups are window-like, not views. Marking as won't fix (Or invalid).
Closing ticket as invalid.