在使用meta标签apple-mobile-web-app-capable时,有没有办法确定您是否处于Safari全屏模式
apple-mobile-web-app-capable
发布于 2012-12-20 06:28:06
使用这一条
window.navigator.standalone
它是全屏的true
true
https://stackoverflow.com/questions/13961981
相似问题