I am currently working on an HTML / JS application that will be embedded in iOS and an Android application. Since the Android app is not finished yet, I am testing this in the Chrome browser on Android. I fixed all the problems there, but when I open the same web application in my own browser, nothing works properly.
So my question is: Is there a way to debug in a native browser on an Android device?
In chrome, this was pretty easy with remote debugging .
(Please do not advise me to use the "log" instructions for debugging, because this is not what I am looking for here)
And just to spill my guts: the native Samsung Tablet browser is the only device that causes me a headache!
source share