Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以操纵或禁用从显示屏侧面滑入时出现的新历史效果?
或者一种识别滑动或按钮是否用于在历史记录中返回/返回的方法?
没有用于此的 API。
唯一的“解决方案”是让用户将您的网络应用程序保存到主屏幕(您需要设置<meta name="apple-mobile-web-app-capable" content="yes">元标记)。
<meta name="apple-mobile-web-app-capable" content="yes">