Relative Content

Tag Archive for javaandroidwebview

Can’t open file dialog again after canceling in webview

Opening the dial works and uploading works. However if I cancel/back out of the dialog it won’t open again and the page seems to lock up. I only use Android studio about twice a year so I’m not really familiar with handling these kinds of errors;

Run Android applications that run WebView independently of browsers

I am working on creating Android applications written in Java that run WebView for the front end completely and the backend using Java. After a while,I found a problem when I open one of these applications Which runs WebView for the front end, and when I forcefully stop the browser, my application stops. What is the solution To make applications work completely independently of browsers?I think it is a big problem for me because the browser may crash or suffer from a malfunction, and my applications that run WebView will stop.