73
Views
8
Comments
[ZXing Barcode Scanner Plugin] Camera in Portrait Mode
Question
zxing-barcode-scanner-plugin
Mobile icon
Forge asset by Marcelo Buregio

Hey Gurus

I am using this plugin and I would like to have a Portrait Camera instead of LandScape. Is there any parameter?

Best Regards


UserImage.jpg
Edgardo Gallardo

I am playing with parameters like "OrientationLocked" but we can not see any effect...

Please, advise.

Best Regards


2019-11-21 04-28-05
Joseph Omas

Edgardo Gallardo wrote:

Hey Gurus

I am using this plugin and I would like to have a Portrait Camera instead of LandScape. Is there any parameter?

Best Regards



Please add this in your Extensibility Configurations


{
    "preferences" :{
        "global":[{
            "name":"orientation",
            "value":"portrait"
        }],
        "android":[{
            "name":"loglevel",
            "value": "verbose"
        }],
        "ios":[{
            "name":"target-device",
            "value":"universal"
        }]
    }
}

2018-11-21 01-06-00
Marcelo Buregio

Hello People.


I'll check my code tomorrow and after that answer you guys about the orientation.

I remember now that I made some changes on it but didn't upload these changes yet.


Regards,

Marcelo Buregio

UserImage.jpg
Edgardo Gallardo

Marcelo

Great!!! I just wait for your call...

UserImage.jpg
Edgardo Gallardo

Marcelo, any update?

UserImage.jpg
Edgardo Gallardo

Marcelo, Sorry for bother you but I would like to know if you have any new.

Best Regards

UserImage.jpg
Edgardo Gallardo

Good Morning...

Any news?


UserImage.jpg
Edgardo Gallardo

Marcelo, any way to do that? Definitely, We need it. If you give me some directions We can dot it.

Please, advise.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.