I have a javascript image gallery that works in all desktop browsers with no errors. For some reason it fails in the standard browser that ships with Samsung phones which is called Chromium - not Chrome.
I have downloaded the Chromium emulator and my script works fine in the emulator but still fails in the real browser.
Seeing as the real browser is on my phone and it has no debug console how can I trace execute the script to see where it fails?