Is CS-Cart prepared for using on Apple iPad with Safari?
Here you can find a link to developer note at Apple.
[url]http://developer.apple.com/safari/library/technotes/tn2010/tn2262.html[/url]
Safari on iPad Readiness Checklist
- Test your website on iPad, and update user agent detection code if necessary
Simulating Safari on iPad HTTP requests in Safari on the desktop
- Use W3C standard web technologies instead of plug-ins
Testing without plug-ins in Safari on the desktop
- Check your viewport tag settings
- Modify code that relies on CSS fixed positioning
- Prepare for a touch interface
- Use textareas instead of contenteditable elements