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
I am also experiencing issue in Android. Setting the Ti.Gesture orientationchange event listener does not trigger after barcode capture has been called.
My barcode UI rotates just.
After adding Ti.Gesture.addEventListener('orientationchange', someFunction ) in the window that starts the barcode capture the 'someFunction' is only called before opening and after the barcode/camera is closed.
Is it possible to have a callback when the scanner turns from portrait to landscape?
The text was updated successfully, but these errors were encountered: