Is it possible to force a WebView load an URL via a specified Network?
My device has two network connections open: wifi and mobile data.
The mobile data network is set to be the default network for outgoing connections (so the connectivity manager returns the mobile data network for connectivityManager.getActiveNetwork()).
The webpage that I'm trying to load (from http://10.0.0.1:80) is running on a web server which is connected over wifi. So the web view fails to load to page because it's unavailable via mobile data.