A very fast and easy way to debug your JavaScript applications on mobile devices is to use a remote JavaScript console listener, like jsconsole.com.
All you have to do is:
- Insert this code snippet with a unique id:
<script src="http://jsconsole.com/remote.js?BE73V55D"></script>
- Go to http://jsconsole.com/
- Type in:
:listen BE73V55D
- Watch your
console.log
statements, when using your application