iPad screen pixel size

I'm using the iPhone controls pack.  I successfully built and deployed my first HTML5 WebApp for the iPhone/Samsung.
Looks good, and functions correctly and the few bugs in the TMS controls, I could work around.

Now, I want to build for the iPad.  The iPhone region component comes presized for the iPhone screen.  But I want to build for the iPad sized screen ONLY now.  What is the pixel size of the iPad screen?  I'll slap an iPhone region on my form, then manually resize it to what you recommend.  The iPad app I want to build will not work well on the iPhone sized screen, so I won't even go there.  It's a situation where I can require that my users use an iPad.

Thanks in advance.


Hi,

- You can set the Device property to diPad to automatically resize the IWiPhoneRegion to the size of the iPad screen.
You can use the DeviceOrientation property to toggle between Horizontal and Vertical screen orientation.

- You can also redirect the user to a specific form based on the device that is used:
http://www.tmssoftware.com/site/tmsiwiphone.asp?s=faq&show=475