Skip to content

Commit a3c3613

Browse files
authored
Update README.md [ci skip]
1 parent 1799091 commit a3c3613

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,25 @@ To run this extension from the repo (and not from a pre-built package) on a loca
3131
php bin/phpbbcli.php extension:enable phpbb/webpushnotifications # install the extension
3232
```
3333

34+
## Browser Support
35+
36+
| Web Browser | Platform | Web Push Notification Support | Background Notification Support (When Browser Closed) |
37+
|---------------------|---------------|-------------------------------|-------------------------------------------------------|
38+
| **Google Chrome** | macOS/Windows | ✅ Yes | ✅ Yes (on Windows), ❌ No (on macOS) |
39+
| | iOS | ❌ No | ❌ No |
40+
| | Android | ✅ Yes | ✅ Yes |
41+
| **Safari** | macOS | ✅ Yes | ✅ Yes (only for macOS) |
42+
| | iOS | ✅ Yes | ✅ Yes (using iOS system notifications) |
43+
| **Microsoft Edge** | Windows/macOS | ✅ Yes | ✅ Yes (on Windows), ❌ No (on macOS) |
44+
| | iOS | ❌ No | ❌ No |
45+
| | Android | ✅ Yes | ✅ Yes |
46+
| **Mozilla Firefox** | macOS/Windows | ✅ Yes | ❌ No |
47+
| | iOS | ❌ No | ❌ No |
48+
| | Android | ✅ Yes | ❌ No |
49+
| **Opera** | macOS/Windows | ✅ Yes | ❌ No |
50+
| | iOS | ❌ No | ❌ No |
51+
| | Android | ✅ Yes | ❌ No |
52+
3453
## Testing Push Notifications
3554

3655
Testing push notifications necessitates user-to-user interactions to observe the notification behavior accurately. Follow the steps outlined below to effectively test push notifications (the browser recommendations are what we have seen work in local environments):

0 commit comments

Comments
 (0)