WebView 代理问题 - “网页不可用”
我使用代理并尝试加载网页 (http://www.google.com) 在 webview 中(我使用的是 sdk 1.5)。我已经为模拟器设置了代理(通过 进入设置->无线控制 ->移动网络 ->接入点 名称 -> T-Mobile)。我可以通过浏览器应用程序浏览网站。但 当我从网络视图加载页面时,出现“网页不可用错误”。
I am behind a proxy and trying to load a webpage ( http://www.google.com)
in webview ( I am using sdk 1.5). I have set the proxy for the emulator (by
going into Setting-> Wireless Controls -> Mobile Networks -> Access Point
Names -> T-Mobile). I am able to borwse a site through a browser app. But
when I load the page from web view, I get "WebPage not available error".
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
添加
mWebView.enablePlatformNotifications(); 中的 Web 视图中启用代理
在您的活动和清单文件
Add
mWebView.enablePlatformNotifications(); to enable proxy in web view
in ur activity andin manifest file