I am using phonegap in my application.
using camera plugin for capture and select image
I am facing orientation issue in different cases:
When allowEdit : true and iphone orientation is open, then it works fine
When allowEdit : true and iphone orientation is locked, then it work fine only when click photo in portrait orientation, in all other orientation image rotates
When allowEdit : false, then it work fine only when click photo in landscape left orientation, in all other orientation image rotates
Same issue with video too.