You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I encountered this plugin I saw configuration that forces an orientation on Android. That's what I want to do with the camera. I want to force it to stay landscape.
This is the webpage where I found it: http://plugins.telerik.com/cordova/plugin/barcodescanner
Go to the heading "Forcing an orientation on Android" and you will see the configuration.
My guess is I have to change the android:name and that some of the configuration isn't needed, but I don't know what the android:name should be. Any help would be appreciated. Other ways to achieve forcing landscape on the camera are welcome as well.
The text was updated successfully, but these errors were encountered:
Hi, you can now pass orientation: "landscape" to force landscape. Or "portrait". Or even nothing at all so the scanner will rotate with the device. Please check out version 2.1.0.
When I encountered this plugin I saw configuration that forces an orientation on Android. That's what I want to do with the camera. I want to force it to stay landscape.
This is the webpage where I found it:
http://plugins.telerik.com/cordova/plugin/barcodescanner
Go to the heading "Forcing an orientation on Android" and you will see the configuration.
I already tried to get help on:
I want to put the configuration in the config.xml like this:
My guess is I have to change the android:name and that some of the configuration isn't needed, but I don't know what the android:name should be. Any help would be appreciated. Other ways to achieve forcing landscape on the camera are welcome as well.
The text was updated successfully, but these errors were encountered: