Website Fit On Screen For Tablets, Viewport Not Working?
I've built a webshop with opencart, with a theme that was originally responsive. However, the owner wanted exactly the same website on all platforms, so I simply removed a seperate
Solution 1:
Try this:
<metaname="viewport"content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width">
It is working for me.
Post a Comment for "Website Fit On Screen For Tablets, Viewport Not Working?"