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

c# - Reactive Extensions ControlScheduler -

ios - How to determine if NSLayoutConstraint is horizontal or vertical? -

javascript - Enable/Disable form elements and changing the values of button at a time? -