标签: javascript ios
在javascript中有没有办法显示确认提醒并让用户有机会在关闭移动版Safari中的浏览器/标签之前取消?由于不支持onbeforeunload,我想知道是否有其他方法可以中断该过程?
答案 0 :(得分:1)
您是否看过Apple的文档?
https://developer.apple.com/library/IOS/documentation/AppleApplications/Reference/SafariWebContent/HandlingEvents/HandlingEvents.html#//apple_ref/doc/uid/TP40006511-SW5
document.unload应该有效,但已被弃用。建议document.pagehide。
document.unload
document.pagehide