-
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
onCall undefined #16
Comments
I am getting the same issue @kxylm did you get any solution on the same? |
Did you solve the issue @anil1712 ? |
Check that your config.xml file has the next line: Then on your component you don't need the import line, instead you have to declare the PhoneCallTrap variable:
I think that should work |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi guys im new at ionic and i install this plugin, i already import the module of js on app.component.ts, like this ```
`import {PhoneCallTrap} from 'io.gvox.plugin.phonecalltrap/www/PhoneCallTrap';
The text was updated successfully, but these errors were encountered: