我正在尝试使用以下代码打开带有cordova的网页:
window.plugins.webintent.startActivity({action: WebIntent.ACTION_VIEW,url: 'geo:0,0?q=' + address},
function() {},
function() {alert('Failed to open URL via Android Intent')}
)
但我不断收到此错误:
ReferenceError: WebIntent is not defined
有什么想法吗?