このコードを使用してcordovaでWebページを開こうとしています。
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
何かご意見は?