Hi,
It seems that as of MAS9 the Maximo Mobile Technician RBA (browser) app can't scan any barcode anymore. This was working fine on MAS8.11 after updating some system properties. Steps to reproduce:
- Opening the Technician App via browser on either an iOS or Android device
- Select the search button
- Click the SCAN button
- The camera is opened and you can select either front or back camera
- Try to scan a QR code
- The selection window is opened and I am trying to scan the code
- No response..... code is not scanned
I have checked the system properties as per previous post
Maximo
Ibm |
remove preview |
 |
Maximo |
Hi,I have MAS8.11 and MAS manage 8.7.4 installed on our OpenShift cluster. When working with Maximo Mobile RBA on an iPad and using the web browser Safari (onl |
View this on Ibm > |
|
|
There is a system property mxe.sec.header.Content_Security_Policy which requires the addition of worker-src 'self' blob: ;
The default value for this property is:
font-src 'self' data: https://1.www.s81c.com *.walkme.com; script-src 'self' 'unsafe-inline' 'unsafe-eval' *.walkme.com; style-src 'self' 'unsafe-inline' 'unsafe-eval' *.walkme.com; img-src 'self' d2qhvajt3imc89.cloudfront.net data: *.walkme.com; object-src 'self' *.walkme.com;
Just replace the default property with this:
font-src 'self' data: https://1.www.s81c.com *.walkme.com; script-src 'self' 'unsafe-inline' 'unsafe-eval' *.walkme.com; style-src 'self' 'unsafe-inline' 'unsafe-eval' *.walkme.com; img-src 'self' d2qhvajt3imc89.cloudfront.net data: *.walkme.com; object-src 'self' *.walkme.com; worker-src 'self' blob: ;
On the MAS9 environment I have checked this system property and it seems fine:
------------------------------
Jan-Willem Steur
Manager Business Development
ZNAPZ b.v.
Breda
+31 6 25639950
Jan-Willem
------------------------------