How to support native interfaces on the Web
I posted an article about supporting native interfaces in Mobile Firefox. By the way, I found information related to my post here. This paper described the native interfaces I talked about as sensors on a device, and introduced how to send their sensed data to servers via the Web.
A sensor is a device that reads data from the user's physical environment. I am interested in how to get data from the native interfaces through a web browser. I have not yet considered how a browser sends data to a server. In any case, this paper seems useful for extending web browser technologies in a standard way.
Getting location data from a GPS sensor has already been realized in Firefox. Doug introduced this news on his blog and implemented a prototype. I think it needs to be standardized.