Can a website (HTML5,JavaScript) access a mobile device's (android/iPhone) contact list, SDCard files

后端 未结 8 1218
春和景丽
春和景丽 2020-12-10 10:58

Can a website (HTML5,JavaScript) access a mobile device\'s (android/iPhone)
contact list, SDCard files? A website as in one opened in a browser not a phonegap applicatio

8条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-10 11:23

    There was an attempt at the W3C to create a browser API to access contacts from the browser. This is often mentioned as one of the new HTML5 APIs.

    However the attempt never became a real specification and never got implemented by any browser vendors. Now it is officially discontinued:

    http://www.w3.org/TR/contacts-api/

提交回复
热议问题