loadUrl(url,extraHeaders)在cordova android中无效

时间:2014-12-30 16:53:00

标签: android cordova

我需要在加载URL时传递标题。在这里,在加载时,弹出窗口要求使用任何webTool(无论安装什么)打开页面。我在我的设备中使用chrome作为网络浏览器。

我正在使用以下代码:

Map<String, String> extraHeaders = new HashMap<String, String>();
extraHeaders.put("CustHeader", "abc");
String url = "http://www.google.co.uk";
cwv.loadUrl(url, extraHeaders);

0 个答案:

没有答案