Ionic v1 with Ionic Native: navigator.contacts is undefined

Hi!

I’m working on a Ionic v1 project and I’m using the Ionic Native plugin.

I’ve got the Geolocation plugin to work but the contacts plugin doesn’t work.

When I print $cordovaContacts.pickContact it will successfully print the function of the plugin but the function itselfs throws and error when I call it, saying that navigator.contacts.pickContact is undefined.

How can I fix this?