Faced such a problem:
I wrote an application for Android, with several screens, one of which is WebView
. After a certain action on the first screen, the second screen (webview) should open and open the page that we set on the first screen. After 15 seconds, the application should return to the first screen.
By and large, it all works (although it hangs while waiting for these 15 seconds), but the question is: When you go to the screen with WebView
application asks: which browser to start? and a choice of several options, including the screen with WebView
.
Is it possible to prescribe in software to automatically launch WebView
, without deleting other browsers from the phone and without setting it by default?