-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Events don't trigger to me #105
Comments
now I get it!
|
what does the audio session has to do with the events? |
it just was crashing the whole thing because I use other plugins which needs to access the audio session and this one takes control over it, any press on speaker or mute is accessing the audio session. |
but you were talking about the events in the first post on this issue, you weren't able to catch them... |
Yes, because the plugin was crashing somehow. as soon as I pressed a button from the standby screen |
weird... for me it's not crashing but i get this message:
when i click a call in recents. that should be the |
the method |
yeah this thing is not super reliable, there's a fork available with a bit more maintenance. |
where? :) currently there are 65... :) |
yeah, so after debugging a little bit i found out why the events aren't working. turns out there's a conflict (in my case with the deeplinks plugin) both using the same delegate method i'll swizzle the method in cordova call's delegate so i can have both |
Wow I'm very interested about this finding. Can you send me the link of
your fork ?
We can try to check other forks that implements that maybe
On Tue, 20 Oct 2020 at 17:12, Flavius Andrei ***@***.***> wrote:
yeah, so after debugging a little bit i found out why the events aren't
working. turns out there's a conflict (in my case with the deeplinks
plugin) both using the same delegate method -
(BOOL)application:(UIApplication *)application
continueUserActivity:(NSUserActivity *)userActivity
restorationHandler:(void (^)(NSArray *restorableObjects))restorationHandler
i'll swizzle the method in cordova call's delegate so i can have both
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#105 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABIXLI3GR6FT77SYNVD4PLSLWSEVANCNFSM4PNHNMPQ>
.
--
Kévin Perrée
------------------------------------
Web & App / Full-Stack developer / System Architect
|
well, my fork is not for this plugin but for one containing both cordova call and voip pushkit. the delegate i modified could be applied to this plugin alone though. you can find it here |
I need this too :))
That's cool man
On Tue, 20 Oct 2020 at 17:37, Flavius Andrei ***@***.***> wrote:
well, my fork is not for this plugin but for one containing both cordova
call and voip pushkit. the delegate i modified could be applied to this
plugin alone though.
you can find it here
<https://github.com/toriqo/cordova-plugin-callkit/blob/master/src/ios/AppDelegateCordovaCall.m>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#105 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABIXLI4KH2HC4SOPD2SOW3SLWVE7ANCNFSM4PNHNMPQ>
.
--
Kévin Perrée
------------------------------------
Web & App / Full-Stack developer / System Architect
|
Hello, amazing plugin but I have to face two problems.
So far the one that really annoys me is that I cannot catch any event with this code:
I'm on IOS 13.6, I tried with different phones but same OS.
Is there something I am missing ?
Anyone has been able to catch events on IOS13 ?
Thanks a lot
The text was updated successfully, but these errors were encountered: