How can I inspect the window object for mobile safari?
Or more specifically window.navigator - trying to convert to string doesn\'t work and I can\'t explore it with
Update!!! On OS X you can use the Safari web inspector on the iOS Simulator AND iOS 6 devices.
Next, enable remote debugging on your iOS device (or simulator).
Settings > Safari > Advanced > Web Inspector (ON)
Note: You'll see your device in the Developer menu ONLY when Safari is active and running.
Enjoy!