javascript - I want to display webpage on a mobile with full content -


I have a webpage that is already properly visible on mobile and feels like this on the desktop. I'm having trouble displaying site content with minimal zoom so that all the contents of the site can be displayed properly without any scrolls.

You must enter this meta in your meta:

  ; Meta name = "viewport" content = "width = device-width, initial-scale = 1.0" />  

Comments

Popular posts from this blog

eclipse plugin - Run java code error: Workspace is closed -

ios - How do I use CFArrayRef in Swift? -

scala - Play Framework - how to bind form to a session field -