benFF
Well-known member
Agreed. Can there be an option to disable this on Android.Actually it seems really annoying and redundant to me - my device (Samsung Galaxs S21 / Chrome) already does have a back button that is always visible.
Agreed. Can there be an option to disable this on Android.Actually it seems really annoying and redundant to me - my device (Samsung Galaxs S21 / Chrome) already does have a back button that is always visible.
Actually it seems really annoying and redundant to me - my device (Samsung Galaxs S21 / Chrome) already does have a back button that is always visible.
Agreed. Can there be an option to disable this on Android.
Happens with posts/threads as well@Chris D i think there is a problem in the PWA. When the app is open, and I’m in a PM (not sure if it’s the same for a thread), and receive a notification that I get a new message, when I click on this notification, the page of the PWA doesn’t refresh.
I need to refresh manually to see the new message. I think every click on a notification should also trigger a page refresh so users can see the new content or else they will get confused.
I got the xenforo to work but when I go to do the same for my forum, the preferences says Push notifications not supported. It is grayed out as well.In Safari, tap the share icon at the bottom of the screen.
In the menu tap “Add to Home Screen”. This installs the site as an app on your Home Screen.
Log in, go to Account > Preferences and enable.
class WebManifestRenderer extends XFCP_WebManifestRenderer
{
protected function getDisplay(): string
{
$browser = $this->app()->request()->getBrowser();
return $browser['browser'] == 'safari'
? 'standalone'
: parent::getDisplay();
}
protected function getResponseBody(): array
{
$manifest = parent::getResponseBody();
$manifest['orientation'] = 'portrait-primary';
$manifest['id'] = $this->app()->router()->buildLink(
'index',
null,
['_pwa' => 1]
);
return $manifest;
}
}
Next up, make badge counters update in the app when you load it.@digitalpoint and everyone who pointed it out, app badge updates should now work.
Not for me (Why me???!!!)Yeah I think it works now![]()
We use essential cookies to make this site work, and optional cookies to enhance your experience.