Eve all.
I have a odd problem but not sure if its a fixable one.
I have used a CSS menu on this site:
Works great except for the 320 break point I had to swap the menu out for a collapsible menu to get all the sections on the menu bar.
Now it works fine if I view in my browser but if I load the page on a iPhone the menu does not collapse again if I select and of the drop down options unless I click on the page somewhere.
Its not a total killer or anything it just looks odd having a open menu if you then scroll up or down!
Is there a way to auto collapse it after it has scrolled to the book mark?
Cheers.
CSS menu not colapsing on iphone.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/links.html
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/links.html
CSS menu not colapsing on iphone.
Last edited by lilandy on Mon May 11, 2020 1:29 pm, edited 1 time in total.
Re: CSS menu not colapsing on iphone.
This is normal behavior. Because the menu uses 'hover' functionality which is not available on touch screens. So, instead the browser will trigger the 'hover'-state on focus and the only way to 'unfocus' the element is by clicking somewhere else.if I load the page on a iPhone the menu does not collapse again if I select and of the drop down options unless I click on the page somewhere.
Note that there are many other menus that do work on mobile devices.
https://wysiwygwebbuilder.com/navigation.html
Re: CSS menu not colapsing on iphone.
Cheers Pablo,
I figured that would be the case but thought it best to ask
I figured that would be the case but thought it best to ask
