OneSignal-Website-SDK icon indicating copy to clipboard operation
OneSignal-Website-SDK copied to clipboard

OneSignal is a push notification service for web and mobile apps. This SDK makes it easy to integrate your website with OneSignal Push Notifications. https://onesignal.com

Results 72 OneSignal-Website-SDK issues
Sort by recently updated
recently updated
newest added

### What happened? If the system language in browser (and also in Cordova SDK) is set to **slovenian,** OneSignal cannot be initialized. Same problem, different language was solved on issue:...

### What happened? Pretty much Chrome works as intented and Brave doesnt. My shield in Brave is turned off and my other ad-blockers as well. I keep getting Uncaught DOMException,...

### What happened? Starting from Firefox version 109 I am getting next error in console It's clear this comes from browser policy to prevent 3-d party services from tracking users....

### How can we help? I'm trying to addTags() in javascript web sdk v16. All User functions should be synchronous there. But added tags are not send to server in...

### What happened? Firefox uses the new IANA tzdata Europe/Kyiv. Chrome and edge both use the outdated Europe/Kiev timezone data. IANA updated the timezone data to include Europe/Kyiv, when trying...

### How can we help? I subscribe to `User.PushSubscription.addEventListener` and I allow the notifications. * On one Chrome browser: `ev.current.token: undefined` (while `id` is available) * On another Chrome browser:...

### What happened? I am using the latest version of laravel which is Laravel v10.24.0 (PHP v8.1.10) and i am getting an error i have this code on head ```...

### How can we help? I want to use the Web SDK to measure webpage activity (session count, duration, last session timestamp), but I don't need web push–I just use...

Enhancement / Feature

### What happened? The first time a page with our OneSignal implementation is loaded after clearing browser cache + cookies, the console shows a _409 Conflict_ error: > OneSignalApiBase.js:67 PATCH...

### What happened? `OneSignal.Notifications`'s event `permissionChange` is NOT always fired when denying/resetting permissions. In all occasions `OneSignal.User.PushSubscription`'s event `change` IS fired. UPDATE: added situation when user first denies and then...

Medium Priority
Bug