Results 39 comments of James Friedman

The workaround he's talking about definitely won't work with Firebase Cloud Messaging since it requires the browsers Push Api. You could only use it for your own home rolled notifications...

Yep, went down that path. Also not doable since there's nothing you can override it with that's going to work when the client is closed. Sent from my iPhone >...

@zoonman there are absolutely other ways you can receive messages in the background, what you're referencing in your post is the Firebase Database. Firebase is a conglomeration of services, the...

Yeah @zoonman, spot on. I actually don't know how Chrome handles this for its ServiceWorkers when it's closed, but there is for sure something listening for incoming push messages. I...

@MatthieuLemoine thank you so much!!! All I wanted to know was why, it was driving me crazy. At least now that I know the limitation I can work around it.

From mobile safari's docs on transition-delay. It very humorously states what the desired behavior is for negative values, followed by the fact that negative values are invalid. > If the...

I've been following it for months. Dug into it a few times, but could never seem to track down the exact issue. ng-enter-prepare will work in some cases, but it...

Thanks! yeah this is just annoying and I never bothered to fix it