문제

I have heard about a JavaScript library that simulates the console from development tools, but I can't find anything on the web.

My need is when I deploy my HTML5 + JavaScript application (with Icenium) in a device (tablet or smartphone and Android or iOS). Sometimes some bugs only occurs on those devices and not in my desktop's simulator, so a console running on it will be very helpful.

도움이 되었습니까?

해결책

Are you looking for something like jqconsole?

다른 팁

Not JavaScript tools for emulating the console, but here are some other ways around it:

Chrome for Android has remote debugging through Chrome for Desktop

And I think Safari has a similar feature for iOS devices.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top