Sumant
Sumant

Reputation: 964

Debugger for HTML/CSS/JS in Android/IOS device browser

I have developed Lots of websites, where i use Developer tools on IE / firebug on Firefox & Chrome is also having inspect element function for Editing & Debugging. But When i started developing for Android/IOS browser i am not getting how to edit & debug.

Is there any way to do this coz, its eating lots of my effort.

Upvotes: 0

Views: 944

Answers (2)

Zerho
Zerho

Reputation: 1460

weinre is exactely what you are looking for! import the library into your index.html and make it point to your local weinre server or here and you'll have your device console into chrome. pretty straight forward

Upvotes: 2

Antarr Byrd
Antarr Byrd

Reputation: 26091

You probably should use a remote debugger such as Pony or using Firefox. You can also do this with Safari on IOS.

Upvotes: 1

Related Questions