Skip to content

Instantly share code, notes, and snippets.

@heanfig
Created May 16, 2016 05:39
Show Gist options
  • Save heanfig/20ec279568f0476045624228792b2a69 to your computer and use it in GitHub Desktop.
Save heanfig/20ec279568f0476045624228792b2a69 to your computer and use it in GitHub Desktop.
Open external link using phonegap
<gap:plugin name="org.apache.cordova.inappbrowser" version="0.6.0" />
<a href="#" onclick="window.open('http://design.ubuntu.com/wp-content/uploads/ubuntu-logo32.png', '_system', 'location=no'); return false;">_system</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment