Wrong behavior in Yandex browser on Android
budarin opened this issue · 2 comments
budarin commented
Set up pwa-install in html
<script type="module" src="https://cdn.jsdelivr.net/gh/khmyznikov/pwa-install@latest/dist/pwa-install.bundle.js"></script>
...
<pwa-install
id="pwa-install"
manifest-url="manifest.json"
manual-apple="true"
manual-chrome="true"
></pwa-install>
Do not setup installation in js.
The installation dialog appears immediately when the page loads and even though the application is already installed
OS: Android 6.0.1
Yandex browser: 22.11.7
khmyznikov commented
@budarin But you are using manualChrome option and not calling anything manually? It apears itself, without calls from the your app side?
budarin commented
@budarin But you are using manualChrome option and not calling anything manually? It apears itself, without calls from the your app side?
yes, without calls from the app side - that's why I started this issue
In Chrome everything is correct - the dialog is not displayed unless I call its display from js