How to enable javascript console on Android 4.2.2

拥有回忆 提交于 2019-12-05 05:43:50

I don't know how to activate this console.

But I have used a tool that can allow you to remote debug any browser with limited changes to your web page (only add one script). It is VorlonJS and you can find demo here: http://vorlonjs.com/#demo

try this link remote debugging chrome. Well if are you developing on android greater than 4.0.3 you can type adb logcat and you would be able to catch your console.log or errors. Or if you want chrome enables mobile screen to test the view.It depends if you are testing the functionality or the graphics

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!