Laurens Meurs

Results 7 issues of Laurens Meurs

This error resembles the one discussed at https://github.com/asual/jquery-address/issues/39 Links with a 'rel' attribute like "rel='address:test'" will be found and prepared by jQuery Address' function $.fn.address. One of the things it...

### 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

### What happened? `OneSignal.Notifications.permission` and `OneSignal.Notifications.permissionNative` are only updated _after_ event `permissionChange` is fired, so the following example outputs two different permissions: ``` OneSignal.Notifications.addEventListener('permissionChange', function(permission) { console.log(permission); console.log(OneSignal.Notifications.permission); }); ```...

Medium Priority
Bug

### What happened? On button click we call `OneSignal.User.PushSubscription.optIn()`, after that the `OneSignal.User.PushSubscription` _change_ event is fired twice: 1. The first time `current.id` and `current.token` only have changed from `undefined`...

Medium Priority
Reproducible
Bug

### What happened? During out tests we logged in with the same user on different devices. When logging in for the first time on a new device, languages of all...

### How can we help? After a user logs in we want to initialize this user: 1) set an extra user alias, 2) set user language and 3) add multiple...