当页面新窗口打开时就不会出现浏览器左右滑动的问题了
window.opener=null; // 阻止关闭窗口时的提示
window.open('','_self'); // 新开窗口
window.close(); // 然后关闭当前窗口
当页面新窗口打开时就不会出现浏览器左右滑动的问题了
window.opener=null; // 阻止关闭窗口时的提示
window.open('','_self'); // 新开窗口
window.close(); // 然后关闭当前窗口
本文标题:阻止移动端浏览器左右翻页,关闭当前窗口并新窗口打开
本文链接:https://www.haomeiwen.com/subject/lrkynttx.html
网友评论