You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Transform gesture works fine both on Android and iOS, which is great, but I need to capture both GESTURE_BEGAN and GESTURE_ENDED as there's another scroll functionality on the whole page. So I listen for the began and end events to stop the entire screen scrolling and only deal with transforming the image.
While this works fine on Android , on iOS devices (tested on iPhone4 and iPad3) this does not work. The problem is GESTURE_BEGAN and GESTURE_ENDED is not being fired on iOS devices.
Any ideas why or how to fix this ?
Many thanks..
The text was updated successfully, but these errors were encountered:
I've now found out this is ONLY happening when packaging with the new AIR 4+ faster packer (and -useLegacyAOT no switch) When using original packaging method -target ipa-test or ipa-debug etc, this works ok.
With the latest SDKs installed (AIR + Apache Flex) GESTURE_ENDED does actually never get fired at all. However, GESTURE_CANCELLED gets sometimes fired when ending the gesture. This seems to be a bug.
Got a code here (pretty much taken from the example code :
The Transform gesture works fine both on Android and iOS, which is great, but I need to capture both GESTURE_BEGAN and GESTURE_ENDED as there's another scroll functionality on the whole page. So I listen for the began and end events to stop the entire screen scrolling and only deal with transforming the image.
While this works fine on Android , on iOS devices (tested on iPhone4 and iPad3) this does not work. The problem is GESTURE_BEGAN and GESTURE_ENDED is not being fired on iOS devices.
Any ideas why or how to fix this ?
Many thanks..
The text was updated successfully, but these errors were encountered: