Josh Kasten
Josh Kasten
@fabioz23 It looks like there is a setting named `handleApplicationNotifications` that could turn off Capacitor's handling of notifications: https://github.com/ionic-team/capacitor/blob/2b7016f3b4d62fd8c9d03fde2745b3d515bf08b2/ios/Capacitor/Capacitor/CAPInstanceDescriptor.h#L86-L90 However not sure where you would set this to `false` normally.
Re-opening this issue for better visibility
@pedromcunha We have only seen this error if you clear your browser data (either as a whole or specifically for your site). Are you able to reproduce the issue in...
See branch `fix_onesignal_any_typing_take2` as another attempt at this by using the new `import type` TypeScript feature. Unfortunately it comes with a some cavots too. `import type` isn't enough alone, you...
@watzak Thanks for reporting. ## Issue Impact - Developer Environment Only happens when selecting an iOS device (iPhone or iPad) in the Chrome Developer tools. Confirmed on a real iOS...
@weroh I updated my https://github.com/OneSignal/OneSignal-Website-SDK/issues/560#issuecomment-547127523 above. Let me know if that covers your question.
@floppyvlaDISK Thanks for reporting, I was able to reproduce the issue as well. Tagged this as a reproducible bug
Still reproducible in version 150707, however the timing is very specific to reproduce so marking as low priority.
@westonruter I believe your AMP example will work today. I'll try to confirm when I can. The reason why is that the OneSignal SDK isn't running on page itself when...
@westonruter @jeffposnick Thanks for your help so far on this issue. I think we have a good chunk of the work done in a WIP PR but I have specific...