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

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -