cordova-plugin-vuforia
cordova-plugin-vuforia copied to clipboard
New SDK causes rotation bug in iOS
Expected Behavior
When you rotate the phone, the app should display as expected.
Previously, when you rotated the phone VuforiaPlugin would stop and restart at the new orientation. Now, the camera can stay open (yay) and all we need to do is change the UI positioning and rotation
Steps to Reproduce (for bugs)
- Open the example app with the new plugin
- Open the Vuforia activity
- Rotate the screen.
- Try again with rotation locked to see the new behaviour.
Context
The plugin basically just doesn't work.
Your Environment
- Cordova version used: 6
- Plugin version used: the new one
- Plaforms affected: iOS
@dsgriffin are you getting this same bug? I'm on the 10.x developer beta track - wanted to make sure this wasn't currently happening on the main release branch?
At the moment my tests have it crashing on rotation?
Hello did this issue was solved?