-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Vibration native not working #106
Comments
Can you please provide me with a way to reproduce this issue? as well as the setup you are using (Platform, Framework .. etc) |
Hi yes my system info is: Cordova CLI: 6.0.0 Using ios @mhartington reproduced with the same issue, simply downloading the plugin, then |
Also noticed this error in my terminal on building, could be related? |
@Lindstrom1989 What version of Angular 2 are you using? |
2.0.0-beta.6 |
Upgrade to beta.7 or later and that should solve the problem. |
Nope still getting "ERROR: ORIGINAL EXCEPTION: TypeError: undefined is not an object (evaluating 'util_1.get(window, pluginObj.pluginRef)[methodName].apply')" on my end. |
It looks like the plugin defines only the vibrate function on |
@tlancina I see the problem now. The plugin ref is incorrect. I think this is the only plugin that works this way. |
Getting error "TypeError: Cannot read property 'apply' of undefined" from browser_adapter.ts
Also getting in browser, can't interface with plugin.
The text was updated successfully, but these errors were encountered: