问题描述: 打开网络地址无法创建webview
代码如下:
var self = plus.webview.currentWebview(),
childWV = null,
targetUrl = " http://api.map.baidu.com/direction?origin=22.55197,114.11819&destination=34.30017,108.9976&origin_region=深圳市&destination_region=西安市&mode=driving";
childWV = plus.webview.create(targetUrl, 'baiduMap', {top: '64px', bottom: 0});
self.append(childWV);
childWV.show('slide-in-bottom');
IOS端显示如下:
帅小江 (作者)
好的 麻烦了 我试一下
2015-11-16 11:42
帅小江 (作者)
thanks done
2015-11-16 13:30