Hi everyone,
I’m having an issue with my Shopify store’s menu on Apple mobile devices (iPhones and iPads). When tapped, the menu doesn’t load properly—it just stays white. It works fine on Android and desktop.
I’ve tried clearing cache and testing in different browsers, but the issue persists. Has anyone else experienced this? Any suggestions on how to fix it?
Thanks in advance!
Which Shopify theme are you using? and could u provide your website url for reference purpose?
JavaScript is often used to handle mobile menu functionality. If there’s a JavaScript error or conflict (e.g., from a third-party app, custom code, or theme update), it can prevent the menu from loading properly on specific devices or browsers
Try this:
Open your website on an iPhone or iPad using Safari
Use Safari’s Web Inspector (via a Mac) to check for JavaScript errors:
-
Connect the iPhone/iPad to a Mac.
-
Open Safari on the Mac and go to Develop > [Your Device] > [Your Store URL].
-
Check the Console tab for any errors.
- If errors are found, identify the source (e.g., a specific app or custom code) and fix or remove it.