【发布时间】:2019-03-11 14:38:59
【问题描述】:
我检查了我的 config.xml,并且
<allow-intent href="maps:*" launch-external="yes" />
我的代码是
window.open('maps://?q=', latLng, '_system');
和
latLng = 'lat,Lng'
我试过了
'maps:q='
'maps:'
'maps:0, 0?q='
'maps:daddr='
'maps://maps.apple.com/?q='
【问题讨论】:
标签: javascript ios cordova maps