admin管理员组文章数量:1024582
My team is developing a web application which has a full screen option in some sections. On Chrome, FireFox and Edge, the full screen option works fine. However, on safari ios, when entering full screen mode, if users touch and pull down the screen, it will exit full screen mode. Is there anyway to disable this action?
My team is developing a web application which has a full screen option in some sections. On Chrome, FireFox and Edge, the full screen option works fine. However, on safari ios, when entering full screen mode, if users touch and pull down the screen, it will exit full screen mode. Is there anyway to disable this action?
Share Improve this question asked Jan 20, 2021 at 4:05 Saber ArturiaSaber Arturia 1011 silver badge3 bronze badges 2- No there is not. If you want to consider making this a Web App, then you can have users add this to their home screen and you won't have this problem. – quicVO Commented Apr 8, 2021 at 15:54
- @quicVO I just saw this after posting. Correct, this is a platform design thing. – Dan Levy Commented Apr 11, 2021 at 22:41
1 Answer
Reset to default 3 +50The only way I know to solve this is to have your users add the site to the home screen.
I think you can also detect if it's been opened via the home screen.
My team is developing a web application which has a full screen option in some sections. On Chrome, FireFox and Edge, the full screen option works fine. However, on safari ios, when entering full screen mode, if users touch and pull down the screen, it will exit full screen mode. Is there anyway to disable this action?
My team is developing a web application which has a full screen option in some sections. On Chrome, FireFox and Edge, the full screen option works fine. However, on safari ios, when entering full screen mode, if users touch and pull down the screen, it will exit full screen mode. Is there anyway to disable this action?
Share Improve this question asked Jan 20, 2021 at 4:05 Saber ArturiaSaber Arturia 1011 silver badge3 bronze badges 2- No there is not. If you want to consider making this a Web App, then you can have users add this to their home screen and you won't have this problem. – quicVO Commented Apr 8, 2021 at 15:54
- @quicVO I just saw this after posting. Correct, this is a platform design thing. – Dan Levy Commented Apr 11, 2021 at 22:41
1 Answer
Reset to default 3 +50The only way I know to solve this is to have your users add the site to the home screen.
I think you can also detect if it's been opened via the home screen.
本文标签: javascriptDisable pull down to exit full screen mode on safari iosStack Overflow
版权声明:本文标题:javascript - Disable pull down to exit full screen mode on safari ios - Stack Overflow 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745610051a2158950.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论