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>
@wicketyjarjar
wicketyjarjar / Simple iOS & Android Cordova App Setup
Created October 18, 2013 14:53
A starting point for a basic mobile application for iOS and Android using Cordova 3.0+. Includes many of the common plugins an app will need.
Simple iOS/Android Cordova App Setup
====================
Mac OS X and Cordova 3.1+
--------------------
Firstly, update to the latest version of Cordova using this 'Terminal' command.
sudo npm update -g cordova