Is there a way to prevent viewport resizing due to ui elements like url bar?
问题 My problem is that I am making a responsive website and want the viewport to be always fullscreen eg on document ready I want the body to be 100% of the available device window INCLUDING the height for the url bar and other navigation elements like those on ios, and for it to stay that way. The resizing is breaking my percentage based design. I have included the following for the viewport: <meta name="viewport" content="width=device-width, height=device-height, maximum-scale=1.0, minimum