ERROR TypeError: Cannot read property 'split' of undefined cordova-plugin-contact
i have a problem when run code on my app. I'm using cordova-plugin-contacts, but does not work
getContato(){
this.contacts.pickContact()
.then((data)=>{
console.log(data)
})
}
Error:
ConvidadoPage.html:25 ERROR TypeError: Cannot read property 'split' of undefined
at get (vendor.js:70203)
at getPlugin (vendor.js:70235)
at checkAvailability (vendor.js:103018)
at vendor.js:208058
at Contacts.pickContact (vendor.js:208063)
at ConvidadoPage.webpackJsonp.389.ConvidadoPage.getContato (main.js:1182)
at Object.eval [as handleEvent] (ConvidadoPage.html:25)
at handleEvent (vendor.js:13963)
at callWithDebugContext (vendor.js:15472)
at Object.debugHandleEvent [as handleEvent] (vendor.js:15059)
javascript ionic-framework
add a comment |
i have a problem when run code on my app. I'm using cordova-plugin-contacts, but does not work
getContato(){
this.contacts.pickContact()
.then((data)=>{
console.log(data)
})
}
Error:
ConvidadoPage.html:25 ERROR TypeError: Cannot read property 'split' of undefined
at get (vendor.js:70203)
at getPlugin (vendor.js:70235)
at checkAvailability (vendor.js:103018)
at vendor.js:208058
at Contacts.pickContact (vendor.js:208063)
at ConvidadoPage.webpackJsonp.389.ConvidadoPage.getContato (main.js:1182)
at Object.eval [as handleEvent] (ConvidadoPage.html:25)
at handleEvent (vendor.js:13963)
at callWithDebugContext (vendor.js:15472)
at Object.debugHandleEvent [as handleEvent] (vendor.js:15059)
javascript ionic-framework
Is it possible to runconsole.log(this.contacts)
and see what it shows? InsidegetContato()
function in very first line.
– Colin Cline
Nov 25 '18 at 12:34
Yes. It is possible.Contacts {} proto: IonicNativePlugin constructor: ƒ Contacts() platforms: (9) ["Android", "BlackBerry 10", "Browser", "Firefox OS", "iOS", "Ubuntu", "Windows", "Windows 8", "Windows Phone"] plugin: "cordova-plugin-contacts" pluginName: "Contacts" pluginRef: "navigator.contacts" repo: "github.com/apache/cordova-plugin-contacts"
– Michel Lobo
Nov 25 '18 at 14:08
But, i whant get pick selected contacts
– Michel Lobo
Nov 25 '18 at 15:32
I need more details, something like a jsfiddle that will reproduce the same error.
– Colin Cline
Nov 25 '18 at 16:17
I finding problem solution. I uninstallong lastest plugin and install version 3.0.0
– Michel Lobo
Nov 27 '18 at 12:09
add a comment |
i have a problem when run code on my app. I'm using cordova-plugin-contacts, but does not work
getContato(){
this.contacts.pickContact()
.then((data)=>{
console.log(data)
})
}
Error:
ConvidadoPage.html:25 ERROR TypeError: Cannot read property 'split' of undefined
at get (vendor.js:70203)
at getPlugin (vendor.js:70235)
at checkAvailability (vendor.js:103018)
at vendor.js:208058
at Contacts.pickContact (vendor.js:208063)
at ConvidadoPage.webpackJsonp.389.ConvidadoPage.getContato (main.js:1182)
at Object.eval [as handleEvent] (ConvidadoPage.html:25)
at handleEvent (vendor.js:13963)
at callWithDebugContext (vendor.js:15472)
at Object.debugHandleEvent [as handleEvent] (vendor.js:15059)
javascript ionic-framework
i have a problem when run code on my app. I'm using cordova-plugin-contacts, but does not work
getContato(){
this.contacts.pickContact()
.then((data)=>{
console.log(data)
})
}
Error:
ConvidadoPage.html:25 ERROR TypeError: Cannot read property 'split' of undefined
at get (vendor.js:70203)
at getPlugin (vendor.js:70235)
at checkAvailability (vendor.js:103018)
at vendor.js:208058
at Contacts.pickContact (vendor.js:208063)
at ConvidadoPage.webpackJsonp.389.ConvidadoPage.getContato (main.js:1182)
at Object.eval [as handleEvent] (ConvidadoPage.html:25)
at handleEvent (vendor.js:13963)
at callWithDebugContext (vendor.js:15472)
at Object.debugHandleEvent [as handleEvent] (vendor.js:15059)
javascript ionic-framework
javascript ionic-framework
edited Nov 27 '18 at 12:17
Michel Lobo
asked Nov 25 '18 at 12:16
Michel LoboMichel Lobo
113
113
Is it possible to runconsole.log(this.contacts)
and see what it shows? InsidegetContato()
function in very first line.
– Colin Cline
Nov 25 '18 at 12:34
Yes. It is possible.Contacts {} proto: IonicNativePlugin constructor: ƒ Contacts() platforms: (9) ["Android", "BlackBerry 10", "Browser", "Firefox OS", "iOS", "Ubuntu", "Windows", "Windows 8", "Windows Phone"] plugin: "cordova-plugin-contacts" pluginName: "Contacts" pluginRef: "navigator.contacts" repo: "github.com/apache/cordova-plugin-contacts"
– Michel Lobo
Nov 25 '18 at 14:08
But, i whant get pick selected contacts
– Michel Lobo
Nov 25 '18 at 15:32
I need more details, something like a jsfiddle that will reproduce the same error.
– Colin Cline
Nov 25 '18 at 16:17
I finding problem solution. I uninstallong lastest plugin and install version 3.0.0
– Michel Lobo
Nov 27 '18 at 12:09
add a comment |
Is it possible to runconsole.log(this.contacts)
and see what it shows? InsidegetContato()
function in very first line.
– Colin Cline
Nov 25 '18 at 12:34
Yes. It is possible.Contacts {} proto: IonicNativePlugin constructor: ƒ Contacts() platforms: (9) ["Android", "BlackBerry 10", "Browser", "Firefox OS", "iOS", "Ubuntu", "Windows", "Windows 8", "Windows Phone"] plugin: "cordova-plugin-contacts" pluginName: "Contacts" pluginRef: "navigator.contacts" repo: "github.com/apache/cordova-plugin-contacts"
– Michel Lobo
Nov 25 '18 at 14:08
But, i whant get pick selected contacts
– Michel Lobo
Nov 25 '18 at 15:32
I need more details, something like a jsfiddle that will reproduce the same error.
– Colin Cline
Nov 25 '18 at 16:17
I finding problem solution. I uninstallong lastest plugin and install version 3.0.0
– Michel Lobo
Nov 27 '18 at 12:09
Is it possible to run
console.log(this.contacts)
and see what it shows? Inside getContato()
function in very first line.– Colin Cline
Nov 25 '18 at 12:34
Is it possible to run
console.log(this.contacts)
and see what it shows? Inside getContato()
function in very first line.– Colin Cline
Nov 25 '18 at 12:34
Yes. It is possible.
Contacts {} proto: IonicNativePlugin constructor: ƒ Contacts() platforms: (9) ["Android", "BlackBerry 10", "Browser", "Firefox OS", "iOS", "Ubuntu", "Windows", "Windows 8", "Windows Phone"] plugin: "cordova-plugin-contacts" pluginName: "Contacts" pluginRef: "navigator.contacts" repo: "github.com/apache/cordova-plugin-contacts"
– Michel Lobo
Nov 25 '18 at 14:08
Yes. It is possible.
Contacts {} proto: IonicNativePlugin constructor: ƒ Contacts() platforms: (9) ["Android", "BlackBerry 10", "Browser", "Firefox OS", "iOS", "Ubuntu", "Windows", "Windows 8", "Windows Phone"] plugin: "cordova-plugin-contacts" pluginName: "Contacts" pluginRef: "navigator.contacts" repo: "github.com/apache/cordova-plugin-contacts"
– Michel Lobo
Nov 25 '18 at 14:08
But, i whant get pick selected contacts
– Michel Lobo
Nov 25 '18 at 15:32
But, i whant get pick selected contacts
– Michel Lobo
Nov 25 '18 at 15:32
I need more details, something like a jsfiddle that will reproduce the same error.
– Colin Cline
Nov 25 '18 at 16:17
I need more details, something like a jsfiddle that will reproduce the same error.
– Colin Cline
Nov 25 '18 at 16:17
I finding problem solution. I uninstallong lastest plugin and install version 3.0.0
– Michel Lobo
Nov 27 '18 at 12:09
I finding problem solution. I uninstallong lastest plugin and install version 3.0.0
– Michel Lobo
Nov 27 '18 at 12:09
add a comment |
1 Answer
1
active
oldest
votes
I finding problem solution. I uninstallong lastest plugin and install version 3.0.0
Nice. Thanks for sharing the solution.
– Colin Cline
Nov 27 '18 at 19:04
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53467337%2ferror-typeerror-cannot-read-property-split-of-undefined-cordova-plugin-contac%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I finding problem solution. I uninstallong lastest plugin and install version 3.0.0
Nice. Thanks for sharing the solution.
– Colin Cline
Nov 27 '18 at 19:04
add a comment |
I finding problem solution. I uninstallong lastest plugin and install version 3.0.0
Nice. Thanks for sharing the solution.
– Colin Cline
Nov 27 '18 at 19:04
add a comment |
I finding problem solution. I uninstallong lastest plugin and install version 3.0.0
I finding problem solution. I uninstallong lastest plugin and install version 3.0.0
answered Nov 27 '18 at 12:13
Michel LoboMichel Lobo
113
113
Nice. Thanks for sharing the solution.
– Colin Cline
Nov 27 '18 at 19:04
add a comment |
Nice. Thanks for sharing the solution.
– Colin Cline
Nov 27 '18 at 19:04
Nice. Thanks for sharing the solution.
– Colin Cline
Nov 27 '18 at 19:04
Nice. Thanks for sharing the solution.
– Colin Cline
Nov 27 '18 at 19:04
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53467337%2ferror-typeerror-cannot-read-property-split-of-undefined-cordova-plugin-contac%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Is it possible to run
console.log(this.contacts)
and see what it shows? InsidegetContato()
function in very first line.– Colin Cline
Nov 25 '18 at 12:34
Yes. It is possible.
Contacts {} proto: IonicNativePlugin constructor: ƒ Contacts() platforms: (9) ["Android", "BlackBerry 10", "Browser", "Firefox OS", "iOS", "Ubuntu", "Windows", "Windows 8", "Windows Phone"] plugin: "cordova-plugin-contacts" pluginName: "Contacts" pluginRef: "navigator.contacts" repo: "github.com/apache/cordova-plugin-contacts"
– Michel Lobo
Nov 25 '18 at 14:08
But, i whant get pick selected contacts
– Michel Lobo
Nov 25 '18 at 15:32
I need more details, something like a jsfiddle that will reproduce the same error.
– Colin Cline
Nov 25 '18 at 16:17
I finding problem solution. I uninstallong lastest plugin and install version 3.0.0
– Michel Lobo
Nov 27 '18 at 12:09