Hi there
I’m coding a softphone and I’m asking myself what UI component I should use to popup a notification on incoming call like ios or android would do
What ui component shoud I use to have the equivalent of this :
Thanks
Hi there
I’m coding a softphone and I’m asking myself what UI component I should use to popup a notification on incoming call like ios or android would do
What ui component shoud I use to have the equivalent of this :
Thanks
Wouldn’t that be a native notification? Either a push or local notification?
now you tell me, I’m gonna look towards cordova plugins
Thanks