EddyVerbruggen / nativescript-barcodescanner

🔎 NativeScript QR / barcode (bulk)scanner plugin
MIT License
293 stars 73 forks source link

Resize scanner layout #211

Closed dhruv270 closed 5 years ago

dhruv270 commented 5 years ago

I am facing issue about scanner size. When I open component, Scanner takes full screen but I want to fix its size. How can I achieve that?

scanner UI

EddyVerbruggen commented 5 years ago

On Android you can't embed the view in a larger view with this plugin (you can on iOS though). You can with the Firebase plugin when using the MLKit barcodescanner feature.

ladaniavadh commented 3 years ago

@EddyVerbruggen , it is showing the error on nativescript 7 that Property 'mlkit' does not exist on type 'typeof firebase'.ts(2339) is there any solution to work with ML on nativescript 7? image