JS not running on phones
-
Have a page with some JS that runs fine on my desktop in different browsers and both when logged in and not logged in.
But JS doesn’t run at all when I test it on phones (I have tried several Android phones, haven’t got any iPhone).
To make sure it was not just a stupid JS bug, I tried just to have a single console.log in my script and see if it was output on
https://www.jsconsole.net/
Get the console.log output from desktop, but not from the phone meaning the JS is properly not run at all on phones.
I have checked that JS is enabled on the phones I have used for testing.
I’m mostly a backend dev, so a bit lost why the JS doesn’t run on phones? Any ideas?
- This topic was modified 4 years, 7 months ago by . Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic
The page I need help with: [log in to see the link]
- The topic ‘JS not running on phones’ is closed to new replies.