you are in: codestackercodes [RSS] → tag: iPhone [RSS]

restart springboard Delicious Email

show/hide lines
   1  killall -HUP SpringBoard
created by leozera — 20 January 2012 — get a short url — tags: iPhone embed

detecting iDevices Delicious Email

show/hide lines
   1  if (navigator.userAgent.match(/iP(ad|hone|od)/i)) {
   2   
   3  // hello!
   4  
   5  }
created by leozera — 19 June 2011 — get a short url — tags: iPhone ipad ipod javascript embed

iphone: prevent copy paste Delicious Email

show/hide lines
   1  * {
   2     -webkit-user-select: none;  /* prevent copy paste for all elements */
   3  } 
created by leozera — 14 November 2010 — get a short url — tags: css iPhone embed

iPhone CSS Delicious Email

show/hide lines
   1  <link media="only screen and (max-device-width: 480px)" href="iPhone.css" type="text/css" rel="stylesheet" />
created by leozera — 22 August 2009 — get a short url — tags: css iPhone embed