Disable hiding of address bar on mobile

前端 未结 3 1696
广开言路
广开言路 2021-02-03 14:04

I\'m working on a mobile website which has \"pages\" that have div\'s which take up the screens full size and you can scroll between each one. The problem is, the window resizes

3条回答
  •  难免孤独
    2021-02-03 14:58

    Are you looking at iPhone? I don't know about Android, but on iOS 7 for iPhone it's not possible. One thing you could do is use minimal-ui to have an always-minimized navigation bar, keeping a consistent size for the window:

    http://visuellegedanken.de/2014-03-13/viewport-meta-tag-minimal-ui/

    I hope that helps!

提交回复
热议问题