Add support for WebView 70+

This commit is contained in:
OleSTEEP 2024-03-04 00:40:22 +03:00
parent 4de74a3b6c
commit e0bb234102
12 changed files with 30944 additions and 27280 deletions

View file

@ -366,9 +366,6 @@ Gamefall.OmoriFixes = Gamefall.OmoriFixes || {};
if (!!this.hasSteamwork()) {
this.getAchievementsData();
}
if (!Utils.isOptionValid("test") && window.navigator.plugins.namedItem('Native Client') !== null) {
throw new Error("This game does not work in SDK mode.")
}
if (Utils.isMac()) {
const nw_window = window;
nw_window.on("restore", () => {