I need to know best practices for IPhone/IPAD HTML5 Web development.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Remember never to rely on “hover” states, because there is no hover on touch devices like the iPhone or the iPad.
Also, for the video tag, remember that you have to use video encoded in H264 (the only format supported by Apple) and that you’d better not use the poster attribute if you need it to work on iPhones without OS 4 (it was an old bug, now fixed). More info here: http://camendesign.com/code/video_for_everybody