Is there a trustworthy way to test iPad compatibility of a web application without buying the device itself? What about other tablets, do they provide any emulators?
Is there a trustworthy way to test iPad compatibility of a web application without
Share
If you have a Mac, just register with Apple (for free) and download the iOS SDK. It includes a program called ‘iOS Simulator’, which you can launch directly without knowing anything about Xcode/etc and includes Mobile Safari just like a real iPad. Since WebKit is exposed to iPad programmers for use in their programs, I’d expect the simulation to render identically to the real thing and, in practise, have never noticed any differences.
The iOS Developer Centre is here. Sadly, I have no experience of other tablets.