Is there a method to determine if the Progressive Web App has already been installed?
It is possible to cancel the prompt event in the 'beforeinstallprompt'
event.
window.addEventListener('beforeinstallprompt', (event) => {
// code goes here
});
Please be aware: This issue is specifically occurring on the OnePlus 6T using Chrome, while it works correctly on all other devices.