Reputation: 21
I use Cordova Hybrid Apps in Codename One and My question is : "How can I call, from AngularJS, the contacts page of my IPhone".
Thanks
Upvotes: 1
Views: 64
Reputation: 4726
For access to device APIs when using a Codename One /Cordova hybrid app, you'll need to use the Javascript bridge to provide access to the Codename One Contacts API.
See the section on "Calling Java Methods from Javascript" on this page for an example of how to expose Java APIs to javascript.
Upvotes: 1