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

后端 未结 8 1216
春和景丽
春和景丽 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:43

    You can access address book using Autofill feature of safari browser in iOS devices (but settings > safari > autofill > contact info must be turn on). And the name field in must be "name, email, phone, tel, etc" to get autofill works properly. It works only in Safari but not in other browsers.

    0 讨论(0)
  • 2020-12-10 11:43

    Using pure HTML

    <input type="file">
    

    you can access files from mobile device,but you cant access contact.

    0 讨论(0)
提交回复
热议问题