You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Sergey Grebnov (Akvelon)" <v-...@microsoft.com> on 2013/12/04 14:37:36 UTC

Windows8 and Contacts Api

Hi,
Contacts Api is marked as supported on Windows8 as per Platform support overview page [1] but there is no windows8 related code[2] and windows8 is not marked as supported on plugin info page[3].
Could someone confirm that it is not supported on windows8 (can someone update the page[1] in this case) or point me to the related source code?

[1] http://docs.phonegap.com/en/3.2.0/guide_overview_index.md.html#Overview_platform_support
[2] https://github.com/apache/cordova-plugin-contacts
[3] http://docs.phonegap.com/en/3.2.0/cordova_contacts_contacts.md.html

Thx!
Sergey

Re: Windows8 and Contacts Api

Posted by purplecabbage <pu...@gmail.com>.
It is NOT supported on win8 because there is no central contact store. [1] is an error. 
On windows8 any app can be a contact provider by extending and registering the interface, but the API does not provide create functionality. 

http://msdn.microsoft.com/en-US/library/windows/apps/windows.applicationmodel.contacts.provider

Sent from my iPhone

> On Dec 4, 2013, at 5:37 AM, "Sergey Grebnov (Akvelon)" <v-...@microsoft.com> wrote:
> 
> Hi,
> Contacts Api is marked as supported on Windows8 as per Platform support overview page [1] but there is no windows8 related code[2] and windows8 is not marked as supported on plugin info page[3].
> Could someone confirm that it is not supported on windows8 (can someone update the page[1] in this case) or point me to the related source code?
> 
> [1] http://docs.phonegap.com/en/3.2.0/guide_overview_index.md.html#Overview_platform_support
> [2] https://github.com/apache/cordova-plugin-contacts
> [3] http://docs.phonegap.com/en/3.2.0/cordova_contacts_contacts.md.html
> 
> Thx!
> Sergey