Skip to content

Instantly share code, notes, and snippets.

@hajimehoshi
Created December 16, 2016 12:58
Show Gist options
  • Save hajimehoshi/426a2ab9652bd7b2ff6e1f6ec0cd1fed to your computer and use it in GitHub Desktop.
Save hajimehoshi/426a2ab9652bd7b2ff6e1f6ec0cd1fed to your computer and use it in GitHub Desktop.
Atsumaru
<!DOCTYPE html>
<iframe src="index2.html" sandbox="allow-scripts allow-same-origin" style="width: 100%; height: 100%"></iframe>
<!DOCTYPE html>
<script>
window.onload = () => {
document.body.addEventListener('touchstart', () => {
console.log('hi');
});
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment