I've added weinre script to *.html.
Then I click on weinre debug link.
Then I launch app on local webserver in Firefox.
That's what is shown in console:
Weinre shows "target not connected"
Asked
Active
Viewed 1,297 times
3

janot
- 13,578
- 1
- 27
- 57
-
as far as I know weinre works only with webkit browsers – d.k Jun 26 '14 at 21:56
-
Yes, weinre only works with webkit-based browsers; it relies on a lot of webkit-specific css to display the Inspector panes correctly, as that code originates from the WebKit project itself. For alternatives to weinre, please see the [weinre home page](http://people.apache.org/~pmuellr/weinre-docs/latest/) – Patrick Mueller Apr 07 '15 at 23:53
-
Spent a day while trying to configure weinre, so may be this will help you, 1.You have to make sure firewall is not the connection, and 2. in my case, i figured out, that weinre does not support **https**, so you have to visit your web app on mobile(target) via **http** and **not https**, hope this helps – Beny Nov 29 '17 at 08:45