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
Post a Comment