cancel
Showing results for 
Search instead for 
Did you mean: 

How to implement Zoom in/out functionality in QR Scanner for Fiori apps on iOS devices?

Rakesh_Kr
Participant
0 Kudos

Hello All,

We have used standard library "sap.ndc.BarcodeScanner" for implementing Bar-code/QR code scanner and it works fine. We now have a requirement to provide zoom in/out functionality when user opens camera/device for scanning, however we can't find this feature in standard library for iOS. We also tried to look into custom/3rd party libraries like zxing/quagga.js, but we can't find any solution there as well for implementing custom zoom feature for scanning.

If anyone has Implemented this feature, it would be really helpful if you can provide some insights or documents/help link of how to.

oliver.graeff gregorw saurabh.vakil Any suggestions, do you know when this feature will be available as part for standard library?

Thanks,

Rakesh

Margot
Product and Topic Expert
Product and Topic Expert
0 Kudos

Currently there are no further features planned for sap.ndc.BarcodeScanner.

Rakesh_Kr
Participant
0 Kudos

hii757 chackbusch Scanner/camera captures anything in front of it instantly, we want to avoid it and provide way to handle camera read or zoom in zoom out functionality for scanner. any suggestions on this?

Requirement: Multiple qr codes are on a sheet and we need to read a particular one.

View Entire Topic
Marian_Zeis
Active Contributor

You can use ui5-tooling-modules and html5-qrcode to implement a QR Code Scanner yourself.

They implement a zoom feature recently:
https://github.com/mebjas/html5-qrcode/releases/tag/v2.3.2

I guess for the other javascript QR Code Reader Libraries you have to write it yourself.