mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-16 17:27:41 +00:00
Prevent install as an app prompt
This commit is contained in:
parent
c84531af35
commit
ccf956a63c
@ -39,6 +39,11 @@
|
|||||||
);
|
);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
window.addEventListener('beforeinstallprompt', e => {
|
||||||
|
// Prevent invasive install prompt (users are still able to install as an app)
|
||||||
|
e.preventDefault();
|
||||||
|
});
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user