When I disable Sticky bar ext, then the Push Notifications works in the notification dropdown
When I disable Sticky bar ext, then the Push Notifications works in the notification dropdown
They need to turn on Notifications in the advanced feature flag settings of safari.halil16 wrote: ↑Sun Jun 30, 2024 8:14 am A client of mine who is using iOS 17 and created a web app with my extension said he couldn't click the button.
For those who want to test this in another board...
Site: phpBB Group
In Safari, tap the Share icon, then add to Home screen and continue with add. Open the web app "phpBB Group". Login information:
username: bbtester
password: Sallagitsin
Go to the Edit notification options page in UCP and please send a screenshot.
Confirmed, but that is something caused by the Sticky bar extension design so it just can't be fixed in this extension.SpIdErPiGgY wrote: ↑Sun Jun 30, 2024 5:38 am When I disable Sticky bar ext, then the Push Notifications works in the notification dropdown
If you are going to use that Sticky Bar extension then you will need to disable the Show Subscription Toggle in the Notification dropdown list.
Thanks for the follow up, MattF. I was struggling here trying to find the correct configuration that would make it workMattF wrote: ↑Sun Jun 30, 2024 5:34 pm To follow up on Safari iOS after more testing, it currently does not work at all.
phpBB is not set up to work as a Progressive Web App. We are exploring making this possible though so the notifications will eventually work in Safari (we've already tested it successfully in development)
But there is nothing to prevent it from being set to PWA. For the last 3-4 years I have been making my boards and my customers' boards as PWA. Senky's extension worked on iOS. (The Senky extension's problems have made it unusable on all platforms.)
I had this problem, which was common on every device I used: The same notification was coming one after another. On PC, this limit is 20 (Chrome); I was getting the same notification 20 times. Clicking didn't help. He acknowledged the problem but did not fix it. I stopped using it a long time ago. Maybe it work now, but I won't be back. Because now we have a more official extension.
Code: Select all
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="{{ SITENAME }}">
<link rel="manifest" href="{{ U_MANIFEST_URL }}">
{% if U_TOUCH_ICON %}<link rel="apple-touch-icon" href="{{ T_ICONS_PATH ~ U_TOUCH_ICON }}">{% endif %}