WebsiteBeaver / CordovaCall

Cordova CallKit & ConnectionService plugin for iOS/Android that displays the native call UI for VOIP apps
MIT License
196 stars 91 forks source link

Answering on IOS does not send to the foreground #97

Open roymasad opened 4 years ago

roymasad commented 4 years ago

IOS 13 successfully shows the answering screen when triggered by push notifications (i am using OneSignal), even if the app is in the background

But when i answer by using the answer event, the code in the app runs (it triggers our database), but the app stays hidden in the background

i have to manually tap on the app icon to open the app and actually continue the discussion

Is this the normal behavior on IOS13? is there a fix/workaround?

On android when i answer the app is automatically pushed to the foreground correctly as expected

danielehrhardt commented 4 years ago

Did you find out something here?

roymasad commented 4 years ago

Did you find out something here?

we gave up on having this feature working with the plugin

we are relying on tapping normal push notification to open the app itself and asking the user to answer from inside the app for now (similar to whatsapp video calls on iphones)