I have to test my web application in iPAD. To do so, i want to inspect my elements, is there any way to inspect elements in iPAD using safari?
Asked
Active
Viewed 1.4k times
2
-
2As of iOS 6 Remote Debugging is available: http://stackoverflow.com/a/12762449/72428 – Blaine Oct 06 '12 at 18:20
1 Answers
3
Yep, weinre (WEb INspector REmote) is what you're looking for.
If you want to test your webapp on a virtual iPad, then check out iWebInspector.
-
The above link no longer works. The correct link is: http://people.apache.org/~pmuellr/weinre/docs/latest/ – Vineet Manohar Aug 27 '13 at 18:28