I am working on a web app that uses Extjs components, PHP, and MySQL.
I want to correctly display my apps on iPad. Are there special CSS rules or meta tags?
I am working on a web app that uses Extjs components, PHP, and MySQL.
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.
Your question is fairly vague. Here are some tips for developing a web application on iOS:
<meta>tag to tell mobile Safari what the width of your site should be, similar to:<meta name = "viewport" content = "width = 320, initial-scale = 2.3, user-scalable = no"><meta>tags supported by mobile Safari here.