This is a tough one for me, ladies and gents, so I'm again turning to the great and powerful minds of WebmasterWorld :-D
I've done a bajillion or so changes in the last few weeks, and just use Chrome's DevTools to make sure everything is good on desktop and mobile. But today I opened my sandbox on my actual phone, only to find that none of my Javascript is working! Google ads load just fine and static content is fine, but nothing via Javascript works.
There's also another oddity that, when I click anywhere on the page, the screen sorta lights up for a second. I don't remember it doing that before, so this COULD be a CSS issue.
DevTools doesn't show any error messages, though, and when I set it to emulate mobile, everything looks and works just fine. But on both Android and iPhone, nothing works so there's clearly a fatal error.
This issue could be in one of 9 files! I have no clue when it began, so I have no starting point to track it down. I went through all references to .js and .css files and added an
?h=20200226202714 parameter (the actual current time) so that they won't load from cache, but that didn't help. I also ran all of my Javascript through a validator that I found, but the only errors were things like suggestions to use === instead of ==... nothing fatal.
[
beautifytools.com...]
After that, other than removing things one at a time I have no clue how to track it down.
Any thoughts on where else to begin?