[AC-6462] Android: Add rotate event to Ti.UI.View
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | n/a |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | android, event, rotate |
Reporter | Michael Gangolf |
Assignee | Shak Hossain |
Created | 2019-12-29T11:12:01.000+0000 |
Updated | 2019-12-29T11:12:16.000+0000 |
Description
Currently it is not possible to get a native rotate event when using a two finger rotation on Android. The "pinch" event is implemented to allow two finger pinch gestures. This PR will add a similar way to use two finger rotation
PR: https://github.com/appcelerator/titanium_mobile/pull/11411