uyqusuz
uyqusuz

Reputation: 61

how to fetch contacts on iphone with html5 and js

is there any way to fetch contacts on iphone with user permission via html5 and js? I know app can reach that data but browser can also too?

Upvotes: 3

Views: 3455

Answers (1)

Wolfert
Wolfert

Reputation: 974

As far as I know a web app is restricted to a sandbox within Safari, and it does not (yet) have an API to support this.

Although there are in between solutions, semi-native apps which provide you with a framework that have an API for this, which you can access with js queries. An example of this is Phone gap

Upvotes: 2

Related Questions