khmyznikov / pwa-install

Installation dialog for Progressive Web Application. Provides a more convenient user experience and fixes the lack of native dialogs in some browsers.
https://www.khmyznikov.com/pwa-install
MIT License
306 stars 56 forks source link

Support Opera browser on Android devices #70

Open dotWasim opened 1 month ago

dotWasim commented 1 month ago

There are bugs that affect the Opera browser on Android devices. You can check the behavior on the demo project using Opera on an Android device:

  1. The "Show" button won't display the prompt.
  2. Using "Show (force)" will display the prompt.
  3. Pressing the "Install" button doesn't show the browser install prompt.
khmyznikov commented 1 month ago

It's the same issue https://github.com/khmyznikov/pwa-install/issues/39 . Opera don't have any install promts, so the component can't do anything natively. Need to do the same workaround with instruction as for Safari.