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

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.1 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. v0.8.4 Small patch release to fix a circular dependency...

Dependencies

I noticed in our error tracker I get these errors roughly 50/hour. Error · Uncaught (in promise): InvalidStateError: Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing. Error:...

Possible Bug

**Description:** Notifications work as expected until we block them for a while, and then when we decide to allow them again, we can't get notifications at all - and that's...

Medium Priority

# Description ## One Line Summary When a notification is received a network call is first made to the user configured Webhook. If it fails, the confirmed deliverer is skipped...

Bug

This is not an issue, but opening this for future search result utility. From https://github.com/electron/electron/issues/3095: > Current we don't have Google Cloud Message supported, and we probably won't in future...

Enhancement / Feature

* Correct all OneSignal typing so IDE hints and compile time checks work on the OneSignal object. * TODOs * Fix test runtime errors * Fix `OneSignalSDKWork.js` bloated size *...

WIP

## Current State ### Update 2021-02-24: See latest state in this comment: https://github.com/OneSignal/OneSignal-Website-SDK/issues/615#issuecomment-785611442 ### Old 2021-02-18 Today [OneSignal's setup guide](https://documentation.onesignal.com/docs/web-push-typical-setup#section-step-6-upload-one-signal-sdk) recommends uploading the required service worker .js file to the...

Compatibility Issue

**Description** Wrong Notification permission value when called `OneSignal.getNotificationPermission()` method, after remove manually from Chrome's notifications settings on a HTTP config: `OneSignal.getNotificationPermission(res => console.log(res));`, returns **"granted"**. If I try to call...

Low Priority
Not OneSignal

**Description:** code connected to isPushNotificationsEnabled() tries to call IDBFactory.open() which throws a security exception when called inside an iframe in Safari. **Steps to Reproduce Issue:** 1. a.html: `` 1. b.html:...

Possible Bug
Low Priority

**Description:** Sometimes when double clicking on subscription bell repeatedly bell widget and popup become out-of-sync, i.e. bell icon gets smaller(non-opened) but popup is still shown, and both are transparent **Steps...

Low Priority
Reproducible