Which tool you use to check the responsiveness of your webpage | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which tool you use to check the responsiveness of your webpage

I used chrome Dev tool but I feel it's not at all accurate, any suggestions?

18th Oct 2020, 6:10 PM
Aravind
Aravind - avatar
5 Answers
+ 3
Chrome dev took works fine for me 🤔
18th Oct 2020, 6:16 PM
Raj Chhatrala
Raj Chhatrala - avatar
+ 2
Try using the actual mobile view inside of Chrome dev tools, and remember to set initial scale and width in your <head> Most of the time when doing queries I just use Chrome, and then later check it out from a user’s point of view on other devices. I’ll usually cycle through a Macbook, windows machine, an iphone, and an ipad.
18th Oct 2020, 7:48 PM
Foobatboy
Foobatboy - avatar
+ 1
RDC for me it's not same as when we view it on mobile I think it's becuz there may be zooming in chrome desktop,that's why may be , also sometimes even if I have overflow hidden in my code, there will be scroll for some extra width idk from where it comes but it will work perfect when run on mobile
18th Oct 2020, 7:00 PM
Aravind
Aravind - avatar
+ 1
Set the your page header to the scale of your mobile phone
19th Oct 2020, 12:27 AM
George S Mulbah II
George S Mulbah II - avatar
0
George S Mulbah how to set page header to scale of mobile? Can you give steps
19th Oct 2020, 3:03 AM
Aravind
Aravind - avatar