When using mobile web browsers (specifically chrome and firefox on iOS), I am experiencing an issue where the hamburger menu does not trigger when tapped for the first time.
For a simplified version of the HTML/CSS/JS code, you can check it out at: https://codepen.io/LayneTrain/pen/vYzZrgv
You can also visit the live site at:
- I have attempted to force the initial property with
<input id="checkbox" type="checkbox" unchecked />
- My attempts to reproduce this issue on an emulator have been unsuccessful.
- This problem does not occur on desktop web browsers.
- All mouseleave/enter events have been removed from the code.
If necessary, I am open to implementing a temporary solution just to overcome this obstacle.