How do people debug websites on mobile devices?
I'd like to be able to manipulate the HTML and CSS similar to using the Inspector in a desktop browser, and debug JavaScript.
This is the correct answer, not sure why Blaine only left it as a comment!
As of iOS 6 Remote Debugging is available: https://stackoverflow.com/a/12762449/72428
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)
Go back to Safari on your computer, click the Developer menu, and select your device (e.g. iPhone Simulator, iPhone)
2.1m questions
2.1m answers
60 comments
57.0k users