I have a working web application hosted on AWS ec2. It works great from desktop and mobile browsers. The front end web application asks user to select a file and once done, invokes back end Python API. The front end then gets refreshed with the back end processing results.
This is now put inside Apache Cordova shell to create an Android app. This simply does not work - it doesn’t invoke the back end API.
Any specific permissions etc. that needs to be checked?
Thanks, Nikhil