jimagic / foreground-camera-plugin

Automatically exported from code.google.com/p/foreground-camera-plugin
Apache License 2.0
0 stars 0 forks source link

Taking photo with orientation perpendicular to that set on Manifest kills the parent app #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start the activity
2. Take a photo with orientation perpendicular to what is set on Manifest

What is the expected output? What do you see instead?

The app stops, (onDestroy on parent activity is called)

What version of the product are you using? On what operating system?
1.4 with cordova 2.4.0, tested on nexus 4

Please provide any additional information below.

If I set landscape on manifest, then photo taken with the phone in portrait 
orientation trigger the error, if I set portrait on manifest, then landscape 
photos do that.

Original issue reported on code.google.com by glfe...@gmail.com on 11 Mar 2014 at 8:25