Summary
Requiring this module adds CSS classes to your document's <html
> tag:
- "dj_android" when running on Android;
- "dj_bb" when running on BlackBerry;
- "dj_ios" when running on iOS (iPhone, iPad or iPod);
- "dj_ios6" when running on iOS6+; this class is intended for the iphone theme to detect if it must use the iOS 6 variant of the theme. Currently applies on iOS 6 or later.
- "dj_iphone" when running on iPhone, iPad or iPod (Note: will be changed in future versions to be set only on iPhone);
- "dj_ipod" when running on iPod;
- "dj_ipad" when running on iPad.
See the dojox/mobile/uacss reference documentation for more information.