Burger-Menu not working on iPad/iPhone
Hi support team,
I searched for an answer in existing discussions already, but I couldn't find the solution. I bought betheme and I am happy.
The Burger-Menu works well on small Desktops and Android-Mobiles. But unfortunately not on iPad or iPhone. I am not able to open the menu. Could you please help me and tell me what I am doing wrong?
Here is my site: http://www.schoenheitsrausch.de
Thanks in advance, Stefan
Comments
we checked on both (iPad and iPhone) and responsive menu is fine of course. We didn't noticed anything wrong.
The burger menu on mobile for is not expanding everywhere as it used to...
www.magazino.eu
Tested ok on:
- Chrome Browser in "F12 Developer Mode"
- Android with Chrome Browser
Does not work on (the menu does not expand its content at all, the click rather triggers nothing (iOS) or a reload of the page (Android))
- iPhone 5S (iOS 9.3.5) Safari browser
- Android Galaxy Nexus (Android 4.3) on Android default browser
Not sure if it is the right direction but it seems like the "on click handler" functions in the header-top-area.php have been changed from .click() to .on('click') - I found some background info on SO but could not solve it with return false or
http://stackoverflow.com/questions/12696459/mobile-safari-preventdefault-not-working-android-works-fine
http://stackoverflow.com/questions/30253404/jquery-preventdefault-not-working-on-android-4-4-default-browser
http://stackoverflow.com/questions/27970091/e-preventdefault-e-stoppropogation-not-working-on-tablet-mobile
Any ideas?
I worked around the issue by removing the "use strict"; in the first lines of ../betheme/js/script.js
I am not aware of any changes within script.js in the main theme and am also not sure what caused to break the "strict" in the first place - but it is working now.