在 WebView 中打开 Google 地图 URL 有问题吗?
Issue with open Google Map URL in WebView?
我正在为 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,
});
添加 属性 borderRadius:1
我正在为 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,
});
添加 属性 borderRadius:1