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