-
Notifications
You must be signed in to change notification settings - Fork 30
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
Ionic 2 - How do use DeviceAccounts plugin #7
Comments
Hi, I am trying to use this in Ionic 2 too now and I was wondering wether you've found a solution or not. |
There is a Ionic Native plugin for this Cordova plugin now that should solve your problems: |
This plugin is pointing at this repo... |
Ionic Native makes normal Cordova plugins (like this one) work in Ionic 2, so no additional work for the Cordova plugin. As long as your repository exists, all is fine. If your code breaks in the future, someone can fork this project here, make changes and the Ionic Native plugin will adapt. Thanks for creating this Cordova plugin! |
This plugin is not works for me... on ionic3 |
Then open a topic at http://forum.ionicframework.com/ |
It works for me after I fork it and fix |
@airstep I allready fixed this problem last week: https://github.com/danielsogl/cordova-device-accounts The problem is, that the ionic docs are out of date since weeks and they don't show the updated Cordova plugins. |
@danielsogl I try your repo but not get any success. I try to test in android 7.0 phone |
This does not work for me neither. Ionic 3 and android 7.0 phone. The promise never resolves. |
How do I use DeviceAccounts in Ionic 2?
ionic plugin add https://github.com/loicknuchel/cordova-device-accounts.git
I'm trying to use the code below:
But this is giving the following error:
Cannot read property 'DeviceAccounts' of undefined
The text was updated successfully, but these errors were encountered: