tags:

views:

114

answers:

3

Would I be able to access the following information by HTML 5?

  • GPS position
  • Bluetooth device list
  • Wi-Fi network list
  • Contacts
  • Calendar
A: 

I would seriously doubt it. All of those things require permissions to use from an application and it would be too much of a security risk to allow access to them from a webpage.

CaseyB
GPS position can be accessed (after the user gives permission)
SLaks
A: 

That information is not available. If you wanted to get that information, you'd have to create an application using the Android SDK.

Erich Douglass
A: 

You may use "wrapper" to improve HTML 5 functionalities. That's all you can do. No Bluetooth/Wi-Fi/contacts or calendar support with native HTML 5.

sylvek
what's this "wrapper" technique, can you tell me more?
Pentium10