Search code examples
androidwebkit

What functionalities can I access by WebKit?


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

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

Solution

  • 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.