Skip to content

Instantly share code, notes, and snippets.

@markbrown4
Created November 14, 2013 07:00
Show Gist options
  • Save markbrown4/7462606 to your computer and use it in GitHub Desktop.
Save markbrown4/7462606 to your computer and use it in GitHub Desktop.
Untitled
html {
height: 100%;
width: 100%;
overflow: hidden;
}
body {
height: 100%;
width: 100%;
overflow: auto;
}
<!-- content to be placed inside <body>…</body> -->
<div></div>
var i = 0;
window.addEventListener('touchmove', function() {
document.getElementsByTagName('div')[0].innerHTML = i++;
});
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"javascript"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment