【发布时间】:2017-03-21 15:39:41
【问题描述】:
我需要在 android webview 中打开桌面站点,我已经尝试如下但它不起作用。
String newUA= "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.4) Gecko/20100101 Firefox/4.0";
mWebView.getSettings().setUserAgentString(newUA);
【问题讨论】:
标签: android webview android-webview