Tim Liberty
Tim Liberty

Reputation: 2139

Debugging responsive CSS

I have a web page which works fine in Chrome F12 iPad simulating as well as browser resizing in Firefox.

The issue is some CSS looks messed up when viewing on real device. What is the best way to debug the CSS on a real device?

I have just bought the iPad since the issue is very critical and users have reported this several times.

Please let me know how can I fix this issue on a real iPad device?

Thank you!

Upvotes: 1

Views: 175

Answers (1)

johndoe
johndoe

Reputation: 4387

You can use remote debugging of safari once you connect it to a mac. Try this.

Upvotes: 2

Related Questions