on ‎2022 Dec 20 10:49 AM
Hi Folks,
We are facing the NDC library loading issue in our custom UI5 application. When we checked the same NDC barcode scanner in SAP UI5 - SDK, we also got the same library loading issue. I am attaching the below screenshot and URL for reference. Do anyone have idea/suggestions regarding this issue are welcome and appreciated.

URL:
Regards,
Jeswin Noel Raj.
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Marian,
Thanks for the quick response.
Even for me it's working fine, but the problem is initially a pop-up showing a busy indicator with some test related to ZXING library like "Loading zxing-cpp library and opencv library from server" and then it is getting disappears, after that scanner is opening and its working fine. Earlier we didn't face any pop like this in production. That is the issue am addressing with the highlighted screenshot. Am looking for solution to neglect that pop-up loading with busy indicator.

You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The popup was introduced because the libraries are loaded ansynchronously and this may take longer.
To inform the user that the libraries will be loaded after pressing the button, this popup appears.
It first appeared in 1.109.0
https://sapui5.hana.ondemand.com/resources/sap/ndc/BarcodeScanner-dbg.js

But i agree that this is not the best UX.
It may be better to open up this popup when the user clicks on the button, not on opening up the app
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.