react-onesignal icon indicating copy to clipboard operation
react-onesignal copied to clipboard

React OneSignal Module: Make it easy to integrate OneSignal with your React App!

Results 32 react-onesignal issues
Sort by recently updated
recently updated
newest added

### Overview This pull request contains the exporting of the type definitions within the index.ts file. ### Benefits - Developers can now import types directly, avoiding the use of complex...

### Overview This pull request provides a getter function for onesignalId in the User namespace ### Benefits - Provides a straightforward method to retrieve the `onesignalId`, enhancing code readability and...

### Overview This pull request builds upon the functionalities introduced in a previous PR submitted to the web-SDK, which added language functions. It aims to provide access to these newly...

### What's on your mind? For example, I want to make a React hook like ```typescript export const useOneSignal = (options?: Parameters): [ready: boolean, instance: typeof OneSignal] ``` and I...

Enhancement / Feature

### What happened? "onesignal-vue": "^2.0.1" OSModelStore.js:32 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'modelId') at Ji.subscribeUpdateListener (OSModelStore.js:32:41) at Ji.add (OSModelStore.js:16:14) at en.add (CoreModuleDirector.js:106:32) at tn. (LoginManager.js:113:9) at...

When I init the oneSignal sdk with some invalid config, I get the following error: ```ts try { await OneSignal.init({ appId: "example app id" }); } catch(e) { console.log("error with...

### What happened? When using `[email protected]` in a Safari Mobile PWA, the permission status does not correctly reflect "denied" after a user initially denies notification permissions. ### What browsers are...

### What happened? As recommended, we are migrating our existing implementation of v2 to v3. I am receiving an error during initialization. Nothing was changed from my config so I...

### How can we help? I have several apps connected to one OneSignal account: Android, iOS and Web. If the user logout, for example, from web app, I want him...

### How can we help? if user clicked on later subscribe button then what will happen, when subscribe modal come again.