Mmenu Hide Address Bar When Expanded On Mobile
I am using mmenu (http://mmenu.frebsite.nl/) jQuery plugin for a mobile page and I am trying to keep the address bar on the iPhone hidden at all times. I currently have: window.add
Solution 1:
Issue should be fixed in the latest version of the plugin: http://mmenu.frebsite.nl/download.php#changelog_3_2
Solution 2:
This seemed to fix my issue.
<metaname="viewport"content="initial-scale=1.0, maximum-scale=1.0, height=device-height, width=device-width, user-scalable = no">
Post a Comment for "Mmenu Hide Address Bar When Expanded On Mobile"