Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 448 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 448 Bytes

About

If you want debug your app on mobile device with no console.log you can use this module to create it

console.log(1);
console.log("2");
console.log([1, 2, 3]);
console.log(window);

Screen

How to use it

<script type="text/javascript" src="https://rawgit.com/wtfil/mobile-console/master/console.js"></script>