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
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.
Using pure HTML
<input type="file">
you can access files from mobile device,but you cant access contact.