Local Notifications and PWA's #3220
Replies: 7 comments
-
Bump. |
Beta Was this translation helpful? Give feedback.
-
Any clues would be appreciated... |
Beta Was this translation helpful? Give feedback.
-
Bueller? Bueller? |
Beta Was this translation helpful? Give feedback.
-
Bump... |
Beta Was this translation helpful? Give feedback.
-
@mark-divitt You do not need to keep "bumping" the post. We see it. |
Beta Was this translation helpful? Give feedback.
-
Thank you. My intention is not to be difficult, just stuck and need some
ideas to get me unstuck...
…On Mon, Jul 27, 2020 at 5:49 PM Mike Hartington ***@***.***> wrote:
@mark-divitt <https://github.com/mark-divitt> You do not need to keep
"bumping" the post. We see it.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3220 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA6AV72PCRJJZ67U3QRTVY3R5X76XANCNFSM4OUBAVGA>
.
|
Beta Was this translation helpful? Give feedback.
-
Hello everyone! Sorry for resurrecting this very old discussion but I think we should seriously address such issue. So far the I researched on the matter (here I got the key insights) and I discovered that the issue is given by the progresses made by the Web Notification API itself:
At the moment the My question for you is: do we want to change the plugin to accommodate such needs or you think they are out of the scope and would be better to write a different plugin? Thanks for the attentions, I will look forward for your comments. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Folks,
I am trying to get Local Notifications working with my PWA. Works great on my (Desktop) Chrome browser, but fails on Chrome on a Samsung S9. Here is the error in the console :
I am doing a
const checkperm = await LocalNotifications.requestPermission();
before I callI have notifications turned on (specifically) for Chrome on the Samsung S9 as well as globally. So there is something about the S9 (either browser/OS or config) that is different.
Any tips or places to look would be greatly appreciated.
Thanks,
Mark
Beta Was this translation helpful? Give feedback.
All reactions