I am using Android Studio’s webview to navigate a Flask server.
However, the app doesn’t seem to be able to use the Flask server’s asynchronous javascript code (I am fetching data from a database asynchronously).
Does anyone know how I can allow WebView to use the async functionality of the web app?
I have done webSettings.setJavaSscriptEnabled(true) and all of the other javascript works, its just the asynchronous code that doesn’t work.
New contributor
user26133504 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.