Skip to content

Instantly share code, notes, and snippets.

View wicketyjarjar's full-sized avatar

wicketyjarjar

View GitHub Profile
@wicketyjarjar
wicketyjarjar / PhoneGap URL Test
Last active December 25, 2015 21:29 — forked from anonymous/PhoneGap URL Test
Demonstration of the 3 different behaviours of the Cordova/PhoneGap InAppBrowser: '_system', '_blank' and '_self'
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="format-detection" content="telephone=no" />
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, target-densitydpi=medium-dpi" />
<title>Hello World</title>
<script type="text/javascript" src="cordova.js"></script>
</head>
<body>