mattrayner / cordova-plugin-vuforia

A 'simple' Vuforia based image recognition plugin for Cordova
MIT License
59 stars 39 forks source link

New SDK causes rotation bug in iOS #107

Open mattrayner opened 8 years ago

mattrayner commented 8 years ago

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)

  1. Open the example app with the new plugin
  2. Open the Vuforia activity
  3. Rotate the screen.
  4. Try again with rotation locked to see the new behaviour.

    Context

The plugin basically just doesn't work. ​

Your Environment

mattrayner commented 8 years ago

@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?

mattrayner commented 8 years ago

At the moment my tests have it crashing on rotation?

voxelshaper commented 7 years ago

Hello did this issue was solved?