Send this to a friend
1 killall -HUP SpringBoard
Send this to a friend
1 if (navigator.userAgent.match(/iP(ad|hone|od)/i)) {
2
3
4
5 }
if (navigator.userAgent.match(/iP(ad|hone|od)/i)) {
}
Send this to a friend
1 * {
2 -webkit-user-select: none;
3 }
* {
-webkit-user-select: none;
}
Send this to a friend
1 <link media="only screen and (max-device-width: 480px)" href="iPhone.css" type="text/css" rel="stylesheet" />
<link media="only screen and (max-device-width: 480px)" href="iPhone.css" type="text/css" rel="stylesheet" />