Skip to content

Instantly share code, notes, and snippets.

@scottopolis
Created March 6, 2014 17:58
Show Gist options
  • Save scottopolis/9395629 to your computer and use it in GitHub Desktop.
Save scottopolis/9395629 to your computer and use it in GitHub Desktop.
Phonegap In App Browser
<button onclick="inAppBrowser()">In App Browser</button>
<script>
function inAppBrowser() {
window.open('http://apppresser.com', '_blank');
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment