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.
使用 PhoneGapInAppBrowser时,我正在加载带有视频的页面。如果我播放该视频并关闭InAppBrowser视频播放继续。我一直在寻找这个问题的答案。关闭时如何停止播放或删除连接InAppBrowser?
InAppBrowser
我找到了解决方案。您想要做的是将目标设置为从_blank到_self将导致它在您点击后退按钮时停止播放。
_blank
_self
var ref = window.open(url, '_self', options);
窗口打开