Skip to content

Instantly share code, notes, and snippets.

@cfjedimaster
Created May 1, 2012 19:09
Show Gist options
  • Save cfjedimaster/2570579 to your computer and use it in GitHub Desktop.
Save cfjedimaster/2570579 to your computer and use it in GitHub Desktop.
window.plugins.webintent.startActivity({
action: WebIntent.ACTION_VIEW,
url: 'geo:0,0?q=' + 'new york'},
function() {},
function(e) {alert('Failed to open URL via Android Intent');}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment