IOS
From Documentation
Revision as of 11:39, 10 May 2011 by Jimmyshiau (talk | contribs) (Created page with "{{ZKInstallationGuidePageHeader}} Here is the notes to set up the environment of Linux that some ZK components depends on. =Columns Menu= [[ZK Component Reference/Data/Grid#Colu...")
Here is the notes to set up the environment of Linux that some ZK components depends on.
Columns Menu
Columns Menu will adjust HTML element's position based on browser's right bound. As a result, sometimes Safari on IOS will place the Menu in a wrong place, due to the screen width still be the same as default IOS browser width(ex: ipad default: 980px) while the max width of your website is larger then default value. In this case, you have to use the Viewport Meta Tag to help ZK recognize the real width. For more details about viewpoint, you can refer to the Safari Developer Library.
<meta name="viewport" content="width=1190" >
Version History
Version | Date | Content |
---|---|---|