Allan RAOELIJAONA
Allan RAOELIJAONA

Reputation: 21

Redirect to page Contact Phone IOS in cordova-Codenameone

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

Answers (1)

steve hannah
steve hannah

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

Related Questions