Search code examples
firefox-os

Unable to find tutorials for accessing device specific features in firefox os


I want to develop an application for firefox os. But i'm unable to find any tutorial for accessing its device specific features. Pls suggest me a good tutorial for it. thank you


Solution

  • At the MDN you will find documentation about WebAPIs. WebAPIs are the way to access device's capabilities in app code.

    Regards,