What should I do an existing asp.net based web site for running under iphone and ipad environment without problem ?
Thanks in advance.
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.
good question (+1 voted)! there are lots of resources on this but talking from experience the main things I’d cater for are:
on the page as it isn’t supported by
many mobile browsers (yet?)
viewport meta tag)
cursors, meaning no
hover/double-clicks are available any
mouse dragging gestures are different
on touch devices
tabs and won’t be seen at the same
time as the main window, use
javascript modal divs as alternative
ensure everything looks and works the
same (Safari requires -webkit- prefix
for the newest CSS properties)
website (a nice thing to have)
most of these things are covered here
take a look at Safari Dev Center for tutorials/videos/coding how to’s etc.