我正在为Android开发钛工作室的应用程序。我想使用Google在WebView中显示谷歌地图。但这不管用。(这在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,
});发布于 2015-01-20 09:51:19
添加属性borderRadius:1
https://stackoverflow.com/questions/28040247
复制相似问题