XF 2.2 Install App Not Working?

I noticed that my forum offers a button in the navigational menu that says, "Install the app [Install]". When I attempt to click the install button, it highlights the button but nothing happens. What can I do to fix this or remove it altogether?
 
I noticed that my forum offers a button in the navigational menu that says, "Install the app [Install]". When I attempt to click the install button, it highlights the button but nothing happens. What can I do to fix this or remove it altogether?
It confused me at first. The install button does not start an install but it does start (In the background) a little video on how to set up pwa.
 
I noticed that my forum offers a button in the navigational menu that says, "Install the app [Install]". When I attempt to click the install button, it highlights the button but nothing happens. What can I do to fix this or remove it altogether?
To remove "Install the app [Install]" search for the code below lines and comment out these two lines of code

template: PAGE_CONTAINER​

Around line number 465
<div class="offCanvasMenu-installBanner-header">{{ phrase('install_app') }}</div>
<xf:button class="js-installPromptButton">{{ phrase('install') }}</xf:button>
 
What exactly is the issue for iPhone users?

The install app button appears and provides instruction on how to add to home screen which enables the full PWA experience. What are you wanting to change, exactly?
 
Back
Top Bottom