distriqt / airnativeextensions

DEPRECATED: Original repository of the distriqt native extensions and is no longer maintained. Please see our site for the latest ANEs
https://airnativeextensions.com
2 stars 0 forks source link

Scanner permission request always causes Context3D to be not available #321

Closed harry248 closed 8 years ago

harry248 commented 9 years ago

As soon as the scanner starts and the permission request dialog opens, Starling fails with the error "Context3D not available! Possible reasons: wrong renderMode or missing device support". It only happens when the permission dialog is being shown. You have to restart the app because rendering will not continue. I have already tried to:

1.) Set NativeApplication.nativeApplication.executeInBackground to false 2.) Set the Starling.current.nativeStage.frame rate to 0 3.) Call Starling.current.stop(true); 4.) Calling startScan with a delay to 1.-3.

Nothing seems to work...