是否可以WebView通过指定强制加载URL Network?
WebView
Network
我的设备有两个网络连接打开:wifi和移动数据.移动数据网络设置为传出连接的默认网络(因此连接管理器返回移动数据网络connectivityManager.getActiveNetwork()).
connectivityManager.getActiveNetwork()
我正在尝试加载(来自http://10.0.0.1:80)的网页正在通过wifi连接的Web服务器上运行.因此,Web视图无法加载到页面,因为它无法通过移动数据加载.
http://10.0.0.1:80
networking android webview
android ×1
networking ×1
webview ×1