Last active
August 29, 2015 14:09
-
-
Save eddiefletchernz/f0b5bed7a12fc3353c56 to your computer and use it in GitHub Desktop.
iOS 8 Safari Bugs
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
<html> | |
<body> | |
<form style="margin-top:137px;"> | |
<input /> | |
<br/> | |
<br/> | |
<input style="width:100px; height:50px;" type="button" value="Try it now" | |
onClick="alert('Hello from JavaScript!')" /> | |
</form> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment