Cordova-plugin-camera, force landscape?

Hi,

Is there a way that I could force users to take a photo in landscape mode through cordova-plugin-camera?

If not, is there a way that I could work around this somehow?

use correctOrientation option is to be used inside the code controller functioj

Hi,

Actually, no, correct orientation just corrects the orientation of captured image, as you can read from docs.
Basically, as I discovered, there is no way to force landscape with this plugin