bbohach
bbohach
Yes, that makes perfect sense to me! Yeah, I can try. I'm trying to think of a standard use case, but one of my use cases is for selecting toppings...
Maybe I'm using the wrong terms here. Maybe "Silent Mode" is more appropriate. When the phone is in silent mode (when that little toggle on the side of the phone...
So even when an ionic/angular PWA is built and run on Xcode, they wrap it in a Safari Web View? That would make sense, I've just never dived into what's...
There's another app I work on that uses Ionic 4 and has audio working when in silent mode via sanitized Youtube url's in an Iframe
I was able to follow [this](https://developer.apple.com/documentation/usernotifications/declaring_your_actionable_notification_types) to get it working on iOS (haven't tried Android), combined with ```setNotificationOpenedHandler``` to handle the event. But it would be nice to have a...