Category Archives: General

UPDATE: Fix: CSS Animation slow or choppy in mobile browsers

Original post: http://chrissilich.com/blog/fix-css-animation-slow-or-choppy-in-mobile-browsers/ Even better than just adding this code to all the elements you want sped up… -webkit-transform: translateZ(0); Use -webkit-transform: translate3d() to do all your animations, instead of left, right, top, bottom, margin, or padding properties. -webkit-transform: translate3d(50%, … Continue reading

Posted in CSS, General, HTML/CSS, HTML5, iOS, PhoneGap | Tagged , , , , , , , , , , , | 1 Comment

Prevent Mobile Safari from zooming in when device rotates

So you’re making a mobile version of a website and you get it perfectly laid out for iOS handhelds in portrait mode. You’re using LiveView Screencaster to send your designs to you phone to see how they’ll look at actual … Continue reading

Posted in General, HTML/CSS, HTML5, iOS | Tagged , , , , , , , , | 2 Comments

iOS Device Provisioning – Why is this so hard?

XCode could not find a valid private certificate/valid key-pair for this profile in your keychain This message had me on the ropes for over an hour the other day. Getting one iPhone provisioned for development on two different macs is … Continue reading

Posted in General, iOS | 10 Comments