Here is the code that I’m using in Javascript to determine whether or not I have an iPhone or an iPad in Portrait or Landscape mode. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
more »
Posts Tagged ‘jQuery Mobile’:
Detecting Device and Orientation in Javascript
Hardware Acceleration for iOS Web Apps
In researching how to create a few 2D animations, I stumbled across the following webkit transform for CSS3: *{ -webkit-transform: translateZ(0); } I put it in my CSS at the top, and all of the sudden, it seemed like all of my transitions were performing smoother. I’m not sure if it is in my head,
more »