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
Hello, thanks for this ANE. When try to run my project compiled (without any errors) using Adobe Animate, AIR 33.1.1.633 and your ANE downloaded from Bin folder (5.6 MB size) on a device (tested on Samsung Galaxy A7 with Android 11 and XPERIA Z1 Compact with Android 5), my application crashes immediately (and closes debug session silently without any error) when calling AirImagePicker.instance.displayCamera(500, 500).
Included all imports to my project and also activities to app xml descriptor.
tried to place some traces right before displayCamera() call:
I use also your KeyoardSize ANE in the same projects and it works fine as well as another ANE using device camera - Barcode scanner ANE from MyFlashLabs - which also works fine. Any help or advice, where problem might be, please?
The text was updated successfully, but these errors were encountered:
Hello, thanks for this ANE. When try to run my project compiled (without any errors) using Adobe Animate, AIR 33.1.1.633 and your ANE downloaded from Bin folder (5.6 MB size) on a device (tested on Samsung Galaxy A7 with Android 11 and XPERIA Z1 Compact with Android 5), my application crashes immediately (and closes debug session silently without any error) when calling
AirImagePicker.instance.displayCamera(500, 500)
.Included all imports to my project and also activities to app xml descriptor.
tried to place some traces right before displayCamera() call:
trace(AirImagePicker.isSupported);
//truetrace(AirImagePicker.instance.getCameraPermissionStatus().value);
//AUTHORISEDI use also your KeyoardSize ANE in the same projects and it works fine as well as another ANE using device camera - Barcode scanner ANE from MyFlashLabs - which also works fine. Any help or advice, where problem might be, please?
The text was updated successfully, but these errors were encountered: