I am developing a web app that involves touchEvent. It will be much more easier to debug those if I can view the console remotely on my Mac.
Can I make my Mobile Saf
One File Remote Console.log for node.js
Solution: Server side console log.
Just turn on the debugging console in Mobile Safari. This is enabled in Settings/Safari/Developer.
In iOS6, you can now use the Remote Web Inspector on OSX to connector to the iPhone via USB. See the Apple documentation for more information.
You can use a remote javascript console. There a few available.
mobile-console-log is also a utility for debugging directly from your mobile into Chrome Devtools
doing these steps enables the safari debug tools on your desktop to reflect and respond to the connected iphone.
hope that helps.