Results 11 comments of Art

@bootstraponline We are facing ErrorDialog which was fired **before** our app was started

@gingo could you please add better description, looks like we are facing same problem

> the second method is offline How can be a method "offline"? Is it about internet state? How are you checking that internet is available? Are you waiting for some...

> How are you checking that internet is available? It takes some time for android OS to actually disable internet - so we are using something like this: ``` doEnable();...

WebView does not use application-scoped locale, it uses device-scoped. I have tried to use method you have mentioned, but it does not take affect

@Kisty Yep - tried in custom `Runner`

@Kisty ` url[0] = webView.getUrl();` And it returns url with device-scoped locale

Upgrading from 24.0.9 to 25.0.3 fixed this issue in my installation, thx!

The problem looks like in new behaviour of arg parser library which return None insead of 0 as default Patch looks like correct for modern python versions. IMHO it is...

Memory leaks are giant! For 70 visited pages almost 15 GB of virtual memory...