Hello Publii developers,
I created a website with the new Taste theme and I have one problem:
When you view the website on an iPad (iOS 9.3.5) and click on the hamburger menu the sidebar menu is not shown.
I tried the following solutions (found on the internet) but none of them worked:
- Adding onclick=”void(0)” or onclick=”return true” to the button element.
- Adding document.addEventListener(“touchstart”, function(){}, true) to head of the web page.
I didn’t have to add the CSS ‘cursor: pointer’ to the button because this was already added by the theme.
Does anybody have another idea/solution?
Verhoeckx
ps. I see that the hamburger menu on this website (getpublii.com) also doesn’t work on the ipad (iOS 9.3.5).