-
Notifications
You must be signed in to change notification settings - Fork 62
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
Error Callback getting fired always #23
Comments
How to import this in Ionic4 |
tried implementing this recently. It doesn't directly works on API level 29. |
Yes, API level 29 has changed permissions model for call feature. not sure how to achieve this though.. will give a try and get back. |
declare var PhoneCallTrap: any;
|
Did you made this work? |
no i couldnt achieve it |
I recently upgraded my project from ionic 4 to 6, api level to 32 and used cordova android 12 and the plugin stopped working on my app. I'm still hopefull to make it work. |
Hi I am using this Plugin in Ionic so in Angular 5.
Code Snippet -
With this run, getting following console logs. Alert is what i was trying, but did not work.
Console -
Please help here.
The text was updated successfully, but these errors were encountered: