You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to ask you how How can i make a dialog for pwa.
I have implemented the installation of PWA from the button next to the URL in the package.
Next, I want to allow the user to decide whether to install the PWA from the dialog display. How should I proceed if I want to use the package you created to do the above?
The text was updated successfully, but these errors were encountered:
Check the examples folder in this repo. You cannot install the pwa from js, you can only intercept browser event (when supported) to replace default behavior (right now mobile only) and fire deferred prompt to install the pwa.
I would like to ask you how How can i make a dialog for pwa.
I have implemented the installation of PWA from the button next to the URL in the package.
Next, I want to allow the user to decide whether to install the PWA from the dialog display. How should I proceed if I want to use the package you created to do the above?
The text was updated successfully, but these errors were encountered: