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
After installing the demo, the "install" button in the footer is still visible. I don't think it can be changed to "Uninstall", but is there a way to detect that it's installed and not display that button? I have some recollection of a .isStandalone call.
The text was updated successfully, but these errors were encountered:
This button is not up to date. I created a Symfony UX Controller that is hidden by default.
It is visible only when the application is not installed (event is captured by the UX Controller)
See these lines. I will update this demo accordingly.
After installing the demo, the "install" button in the footer is still visible. I don't think it can be changed to "Uninstall", but is there a way to detect that it's installed and not display that button? I have some recollection of a .isStandalone call.
The text was updated successfully, but these errors were encountered: