mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Flush are rebuild web view queue when suspending and restoring the app. Issue #1563
This commit is contained in:
@@ -156,3 +156,7 @@ function stopMediaPlayback() {
|
||||
element.pause();
|
||||
});
|
||||
}
|
||||
|
||||
window.addEventListener('DOMContentLoaded', (event) => {
|
||||
window.webkit.messageHandlers.domContentLoaded.postMessage("");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user