[TIMOB-20486] Remove unsupported events from Ti.UI.iOS.LivePhotoView
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-02-29T15:42:07.000+0000 |
Affected Version/s | Release 5.2.0 |
Fix Version/s | Release 5.4.0 |
Components | iOS |
Labels | ios, livephotos, qe-5.4.0 |
Reporter | Fokke Zandbergen |
Assignee | Hans Knöchel |
Created | 2016-02-29T14:02:17.000+0000 |
Updated | 2016-06-10T18:02:18.000+0000 |
Description
I added a listener to a [Ti.UI.iOS.LivePhotoView](http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.iOS.LivePhotoView)'s click and touchstart events, but they didn't fire.
I'm not surprised that these don't fire since touch interaction is reserved to animate the Live Photo displayed.
So the API reference should be fixed to say that only
start
and stop
are available (after verifying all of the others indeed are not).
Part of this PR: https://github.com/appcelerator/titanium_mobile/pull/7786
Verified as fixed, Documentation of Ti.UI.iOS.LivePhotoView only shows
start
&stop
events as available. Tested On: iPhone 6S (9.3.2) Device & iPhone 6 Plus (8.3) Device Mac OSX El Capitan 10.11.5 Ti SDK: 5.4.0.v20160608165242 Appc Studio: 4.6.0.201605201934 Appc NPM: 4.2.7-2 App CLI: 5.4.0-15 Xcode 7.3 Node v4.2.6 *Closing ticket.*