Mobile hamburger button not responsive on first click/press

Hi, I have tried on multiple phones and the hamburger menu button for my website doesn’t seem to be responsive. When you load the site, and press on the menu button, it looks as if the button is being selected. And it only works when you press it for the 2nd time. I’d like for it to be responsive and have it work as soon as the user presses the button.

Please see the video in the secure note.

Just an update - I have noticed that when you first load the page, or refresh the page, and when you immediately click/press on the menu button, it just highlights the button. But if you load the page and press the menu button after a couple of seconds, then it works fine.

Hello @Nalwi,

Thanks for writing in! It takes 5 seconds to fully load your page. You must load all the page resources first before clicking the Mobile menu button or else, nothing will happen. The JS script that triggers the Modal that displays your menu is loaded in the footer of the page. And this is the reason why you must load all the resources first. You can check out the page performance of your site here:

And if you want to improve its performance, we highly recommend that you check out this documentation:

Or check out these videos:

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.