淘宝触屏版保存到home里,打开之后不是浏览器页面,而是web app,无地址栏,无浏览器菜单之类的东西,后台也显示是web app,这是为什么呢?怎么样达到这种效果?ios上有这种效果吗?
走同样的路,发现不同的人生
在html的header添加
<meta content="yes" name="apple-mobile-web-app-capable" /> <meta content="black" name="apple-mobile-web-app-status-bar-style" />
在html的header添加