Created
December 16, 2016 12:58
-
-
Save hajimehoshi/426a2ab9652bd7b2ff6e1f6ec0cd1fed to your computer and use it in GitHub Desktop.
Atsumaru
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<iframe src="index2.html" sandbox="allow-scripts allow-same-origin" style="width: 100%; height: 100%"></iframe> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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