Posted
by Michael Barton in
I've been doing a little bit of research lately about iPad and iPad apps. Not too much research, but enough to where I feel like sharing something with you all. The author of script.aculo.us, Thomas Fuchs, wrote a great article on how to make your iPad HTML5 apps run faster. Here are the key takeaways:
- Images slow things down immensely – get rid of them
- Avoid text-shadow & box-shadow
- Hardware-acceleration is quite new... and buggy
- Use touch events whenever you can
- Avoid opacity
- There is no silver bullet – hand-code JavaScript and CSS
- Use translate3d, not translate
I didn't go into too much detail here, so please, do me a favor and check out the original article. It's a good read.



