Bootstrap website not responsive in mobile -


i have website must responsive mobile phones. i've created using desktop. when adjust browser window it's working mobile phone when check on real mobile phone: oneplus 2 it's not responsive mobile view.

what wrong?

i think missing below meta tag in html.

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

place above meta tag in html head tag , see if works.


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -