Impossible to hide navigation bars in Safari iOS 7 for iPhone/iPod touch

前端 未结 8 1354
谎友^
谎友^ 2020-11-28 18:27

I don\'t believe there is any solution to hide bars programmatically using javascript/css/html, but let me try to describe a problem. We are the team of mobile game develope

8条回答
  •  南方客
    南方客 (楼主)
    2020-11-28 19:24

    NOTE: The new minimal-ui option is a great solution but it needs to be part of the HTML response. I tried on iOS7.1 beta3 to append the viewport meta tag with JS

    $('head').append('');

    the value "minimal-ui" is ignored by the browser.

提交回复
热议问题