How can I get the javascript errors in very old mobile browsers? Those browsers are not Chrome, so I don't have the "Developer Tools" to open. I'm using a typical Real Mobile device remote testing, and I open the browser but I can't find any "Javascript console". Any idea to test why my page is not working in some old devices?
I'm noticing it's a Javascript problem for sure ... for example of using Javascript modern notation.
The problem is I have a lot of code, and instead of changing one line (and put and alert for example), refreshing, and doing this loop 5000 times is too much :-)
Note: I tried to use Rollbar to send JS errors to cloud, but it's not working :-(