using mmenu iPhoneAddressBar function

117 Views Asked by At

Trying to utilize the iPhoneAddressBar function but doesnt seem to be working. Was wondering if anyone has an example of how to use this?

jQuery Plugin - http://mmenu.frebsite.nl/

Edit going to link to my previous question as it relates.

mmenu hide address bar when expanded on mobile

1

There are 1 best solutions below

4
On

This variable:

$.fn.mmenu.support.iPhoneAddressBar

Is set to true if you are on an iPhone or iPod, are not using Chrome, are not in the standalone-mode (via the "web-app-capable" metatag) and the metatag "viewport" does not contain "height=device-height".

It is set to false otherwise.