scale fit mobile web content using viewport meta tag

前端 未结 7 1486
暗喜
暗喜 2020-11-29 17:44

I\'m trying to figure out how to leverage the mobile viewport meta tag to automatically zoom the contents of a HTML page to fit into a web view.

Constraints:

7条回答
  •  时光取名叫无心
    2020-11-29 18:09

    I had same problem as yours, but my concern was list view. When i try to scroll list view fixed header also scroll little bit. Problem was list view height smaller than viewport (browser) height. You just need to reduce your viewport height lower than content tag (list view within content tag) height. Here is my meta tag;

     
    

    Hope this will help.Thnks.

提交回复
热议问题