hi, i’m pwa develop, i;m run pwa in android samsung internet browser of version 27.x, and found the same problem, not fired “beforeinstallprompt”, and the https://mlearn-pwa-web-app-install-prompt.glitch.me/ not running.
second image is my code, and i’m try print
window.addEventListener('beforeinstallprompt', (e) => {
console.log(' window.addEventListener beforeinstallprompt success');
localStorage.setItem('installFinish', "0")
setShowInstall(true);
e.preventDefault();
e.stopPropagation();
e.stopImmediatePropagation();
window.deferredPrompt = e;
});
console.log('window-----------', window, window.deferredPrompt)
get result is undefined