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

**Description:** We would like to extend our current AMP push widget to display the `blocked` state defined by: https://www.ampproject.org/docs/reference/components/amp-web-push ``` Describes when the widget is shown. The value can be...

Low Priority

# Description ## 1 Line Summary Version 2 of the Core Module. ## Details This PR is an overhaul of the v1 version of the core module. ### Overview We...

# Description ## One Line Summary Adding testing static analysis and code formatting for the Qualityathon ## Details ### Motivation Testing, static analysis and code formatting as part of git...

**Description:** Hi, I'm using a React app and I have a component called Settings that initialize OneSignal and renders the custom link button. And It works perfect! But If I...

Enhancement / Feature

# Description ## 1 Line Summary Add some info on how to serve the sandbox environment via `ngrok` - - - This change is [](https://reviewable.io/reviews/onesignal/onesignal-website-sdk/907)

Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. Commits 3b0994a 2.0.1 32f468f lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=2.0.0&new-version=2.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a...

Dependencies

### How can we help? I have a script which save UserId into Cookie like this. Its worked perfectly. But now OneSignal.getUserId doesn't work anymore. I trie some way and...

### What happened? I'm setting the `actionMessage` during initialization but it continues to show the default message. SDK: `https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.js` Code: ``` window.OneSignalDeferred.push(async (OneSignal) => { await OneSignal.init({ appId: import.meta.env.VITE_PUBLIC_PUSH_APP_ID, safari_web_id:...

# Adjustments for Dev-Dev Environments ## Summary - Change API port number to 3000 in dev-dev environments - Update build script to default to localhost for API origin in dev-dev...

### What happened? Setup works initially the first time the user accepts/allows the browser notification setting. However, when I manually disable the browser notification and decided to re-enable it again...