@aakashjangraSubmitted almost 2 years ago
How can I check if my website is fully responsive on every single device in the world? and even if I could, is that necessary? Thank you!
How can I check if my website is fully responsive on every single device in the world? and even if I could, is that necessary? Thank you!
If you want to check if your page is fully visible for all devices add this meta inside the head tag:
<meta name="viewport" content="width=device-width, initial-scale=1.0"> And go to the developer tool and click on an icon with computer and mobile draw I hope this is helpful