Reputation: 1576
I can't find all the CSS matched on my website while I debug using Weinre. I am opening my website from my Android device (Android browser):
And then, on my desktop Chrome:
http://192.168.0.159:8080/client/#anonymous
I got it finally working when I stopped my antivirus and firewall, so I can hover the dom elements and I see them getting the blue layer on top of them (as the inspector does).
The problem is that I'm not getting my media query CSS supposedly matched to show on Weinre inspector.
I can't see any activity on the Network tab either.
Thank you very much
Upvotes: 1
Views: 193
Reputation: 697
These actually sound like fairly standard limitations of weinre. If you're working on a recent Android device, you may will find the built-in Android debugger works quite well. More info here: http://people.apache.org/~pmuellr/weinre/docs/latest/
Upvotes: 1