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
Asked
Active
Viewed 76 times
1 Answers
0
At the MDN you will find documentation about WebAPIs. WebAPIs are the way to access device's capabilities in app code.
Regards,

sebasmagri
- 170
- 2
- 10
-
Thank you.. but, many APIs are authorized only for certified apps. how can i get proper certification for my app.. can u pls tell me how to proceed? – venkata harika Jun 27 '13 at 09:05
-
1The certified level WebAPIs is intended for stock/system apps. Thus, while some of those APIs are going to be available for third party apps in the future, right now you can only use WebAPIs with at most the privileged level. You can find further reference at https://developer.mozilla.org/en-US/docs/Web/Apps/App_permissions – sebasmagri Jun 29 '13 at 13:19