html - Bootstrap: Responsive not working on phone altough viewport included -


my bootstrap pages designed responsively. viewport stated required:

`<meta name="viewport" content="width=device-width, initial-scale=1.0" />` 

(without backticks)

in browsers tested (safari, chrome, firefox), responsivity works well.

however, iphones , other smarthphones show desktop view.

what doing wrong? test page see (sorry it's still little cluttered): http://zhaw.warnez-services.ch/nakt/stackoverflow.php (link updated)

interestingly, using cloaking service, send own head , suppress viewport instructions.

thank hints.

viewport tag not yet added.

add <meta name="viewport" content="width=device-width, initial-scale=1.0" /> inside <head></head> of html/php.


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -