Due to a problem we have with the OpenID Connect authentication provider in combination with PWA we would like to disable the “Install as PWA” from the menu so end-users cannot use this functionality and just use the browser based variant. Does anyone know if and how PWA installation can be disabled?
Solved
Disable the PWA installation option
Best answer by Mark Jongeling
Hi Robert,
That is possible.
In the config.json, list the following property and value:
installNotificationDisabled | true |
(Universal GUI setup | Thinkwise Documentation (thinkwisesoftware.com))
For also hiding the option in the User menu, add or edit your custom.css with the following code:
[data-testid="topbar__profile-menu__install"] {
display: none;
}
Hope this helps!
This topic has been closed for comments
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.