Probably most typical use cases (as far as I can think of) are related to some invisible elements overlapping other elements and making it impossible to click on the overlapped element. Android/Windows/macOS works fine, but iOS requires this css rule for some reason. This is fixed by setting pointer-events: none on the hidden mobile menu element. But if you are running chrome, or safari on real iOS device, then the click will open the mobile menu. If you click on Domácí (see the picture below), then with chrome mobile emulation, you will be redirected to a section page Domácí (correct behaviour). (The fix will be probably released during next week, hopefully you can check it before that time). One current bug on our website, that is discoverable only on real iOS device (safari, or chrome) can be currently found on this page. They are usually some very specific (and kinda weird) use cases, typically on iOS devices.