Hello everyone,
We are working in an on-prem environment to build a mobile application that integrates with a fingerprint device. The integration is achieved using JavaScript code, which connects to RD services to retrieve the required data.
The JavaScript integration is working perfectly in both PWA and Web environments. However, it is not functioning in native Android applications in any of the environments. Also, we are using localhost Ip (https://127.0.0.1) to interact with the local RD service.
Attached the JS below
Any guidance or suggestions to resolve this issue would be greatly appreciated.
We have successfully resolved the issue with a different approach by integrating a Cordova plugin that interacts with the RD services. This approach ensures seamless communication between the fingerprint device and the mobile application in native Android environments.