Website not resonsive on tablet and mobile but works on desktop

Hi,

I’ve created a website using bootstrap that scales down and becomes responsive on desktop when I resize the window, but on actual devices, its not becoming responsive.

Does anyone know of any situations where this happens?

I’ve tried stripping out all elements apart from my stylesheet, but it still doesn’t work. I’m guessing there could be something in my stylesheet, but there are thousands of lines to paste here.

If anyone has experienced this before, I would like to hear how you resolved it.

Thanks

I quickly discovered the problem, I was missing a viewport meta tag:

 <meta name="viewport" content="width=device-width, initial-scale=1">
5 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.