+ 3
How to use console.log in android device
I need to view log thats I made on android device
2 Réponses
+ 2
If your problem is that you can't see the console, a basic workaround is to rewrite the console functions (or window.onerror, if you're trying to view errors as well). Some apps may also allow you to view the console alternatively.
+ 5
same as on the computer, just use console.log("something");