Skip to content

Instantly share code, notes, and snippets.

@anurag619
anurag619 / shake.html
Created March 19, 2014 12:39
the HTML file for Shake gesture detection (in PhoneGap / Cordova) [https://gist.github.com/leecrossley/4078996]
<!DOCTYPE html>
<html>
<head>
<title>Shake Test</title>
<script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
<script type="text/javascript" charset="utf-8" src="shake.js"></script>
<script type="text/javascript" charset="utf-8">
// Wait for Cordova to connect with the device