Recently I discovered an issue with browsing one of my sites on the iPad. Specifically, the radWindow control. So I decided to share how exactly to test on the iPad when you don't have an iPad.
- First you'll need to download the Safari Browser. http://www.apple.com/safari/
- Install Safari
- Open Safari
- Use Ctrl+, to open the preferences window
- Goto Extensions and disable any Flash extensions
- Now go to the Advanced tab
- Select checkbox to Enable "Show Develop menu in menu bar"
- Close the preferences
- In the upper right of Safari, click the icon that looks like a document, it will open a dropdown
- Select "Develop" > "User Agent" > "Safari iOS 3.2.2 - iPad"
- The page you are visiting will refredh and now you will be emulating an iPad
- Now you can use the developer tools for Safari (Much like FireBug) to inspect elements and test your site as if you were using an iPad.
- Happy debugging!