window.addEventListener('pageshow', function (event) {
HoldOn.close();
});簡單分享一下,解決一下之前專案的技術債。
--
本文原文首發於我的個人部落格:使用 pageshow 事件 ,submit 返回上一頁後取消特效
---
The bug existed in all possible states.
Until I ran the code.
window.addEventListener('pageshow', function (event) {
HoldOn.close();
});簡單分享一下,解決一下之前專案的技術債。
--
本文原文首發於我的個人部落格:使用 pageshow 事件 ,submit 返回上一頁後取消特效
---
The bug existed in all possible states.
Until I ran the code.