You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior:
After the new change of moving 'ionic-native' to '@ionic-native/contacts', this plugin doesn't work or maybe I am missing something here ( I was using the previous version with no problems )
When I try to execute this line on runtime
let contact: Contact = this.contacts.create();
I get this error, that basically, saids I can't call create of undefined.
Expected behavior:
Create a contact object with no issues.
Steps to reproduce:
Just follow the ionic Contacts tutorial
From @Klerith on March 23, 2017 23:35
Ionic version:
[ ] 1.x
[ X ] 2.x
I'm submitting a ...
[ X ] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
After the new change of moving 'ionic-native' to '@ionic-native/contacts', this plugin doesn't work or maybe I am missing something here ( I was using the previous version with no problems )
When I try to execute this line on runtime
let contact: Contact = this.contacts.create();
I get this error, that basically, saids I can't call create of undefined.
Expected behavior:
Create a contact object with no issues.
Steps to reproduce:
Just follow the ionic Contacts tutorial
http://ionicframework.com/docs/v2/native/contacts/
Related code:
This is my app.module
Also in my service, I am injecting the "Contacts" module.
I am kind of lost here.
Cordova CLI: 6.5.0
Ionic Framework Version: 2.2.0
Ionic CLI Version: 2.2.1
Ionic App Lib Version: 2.2.0
Ionic App Scripts Version: 1.1.4
ios-deploy version: 1.9.1
ios-sim version: 5.0.13
OS: macOS Sierra
Node Version: v6.9.5
Xcode version: Xcode 8.2.1 Build version 8C1002
Copied from original issue: ionic-team/ionic-framework#10900
The text was updated successfully, but these errors were encountered: