WebView中打开Goog​​le Map URL的问题?

时间:2015-01-20 08:00:12

标签: android titanium

我正在使用适用于Android的Titanium Studio开发应用程序。 我想使用Google MAP URL在WebView中显示Google MAP。但这不起作用。 (这在iOS和Web浏览器中工作正常)。但我想在WebView中打开。

请帮帮我!!! 任何建议表示赞赏

先谢谢了...... !!!

var web = Ti.UI.createWebView({
    height : "50%",
    width :"100%",
    url : "https://www.google.com/maps/dir/25.611,85.144/23.022505,72.571362",
    // url : "https://www.google.com",
    top :0,
});

1 个答案:

答案 0 :(得分:2)

添加属性borderRadius:1