C
C
Castro2012-03-26 13:51:34
JavaScript
Castro, 2012-03-26 13:51:34

Debugging JavaScript in UIWebView?

Now I am involved in the development of a project for the iPad. Its essence is that there is an application that displays HTML content in a UIWebView. The content is interactive, javascipt and jquery are actively used. I rather finish this project from the front-end side, and do not write it from the beginning. My question is this: is there some kind of tool for debugging JavaScript and inspecting the layout on a live device, some kind of web console that would be able to expand objects, like the console in Safari? Now I use blackbird, but it doesn't work so well, there are few features. Non-blocking alerts are also of little help in difficult cases. Help, please, advice.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
F
Finom, 2012-03-26
@Finom

jsconsole.com/ - remote console.
But it does not expand objects. You will have to copy them to a regular console.

E
egorinsk, 2012-03-27
@egorinsk

Would a Firebug analog suit you? In this case, I suggest downloading and using FirebugLite (this is a firebug for non-firefox).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question