<title>WebIntent DEMO</title>
<meta name="viewport" content="width=device-width, user-scalable=no">
<script src="components/loader.js"></script>
<link rel="stylesheet" href="components/loader.css">
<script type="text/javascript">
function startActivity() {
window.plugins.webintent.startActivity({
action: window.plugins.webintent.ACTION_VIEW,
url: 'geo:0, 0?q=' + 'dummy address'},
function() {alert('Failed to open URL via Android Intent')}
<hr> WebIntent test <hr><br>
<input type="button" onClick ="startActivity()" value ="startActivity()" /><br>