WebAPI/WebMobileConnection: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1: Line 1:
This exposes information about the current mobile voice and data connection to (certain) HTML content. The primary use case for this is the status bar of the main phone UI. It typically shows the operator name, signal strength, data connection type, etc.
This exposes information about the current mobile voice and data connection to (certain) HTML content. The primary use case for this is the status bar of the main phone UI. It typically shows the operator name, signal strength, data connection type, etc.


= Proposed API =
== Proposed API ==


   interface MobileConnection : EventTarget
   interface MobileConnection : EventTarget
Line 90: Line 90:
   };
   };


= Other radio-related functionality =
== Other radio-related functionality ==


The following radio/mobile connection related features will be exposed as settings in [[SettingsAPI]]:
The following radio/mobile connection related features will be exposed as settings in [[SettingsAPI]]:
Line 112: Line 112:
The latter, device-related features seem to be more exotic than the ICC-related ones and hopefully also mostly unnecessary. The question remains where these APIs should live.
The latter, device-related features seem to be more exotic than the ICC-related ones and hopefully also mostly unnecessary. The question remains where these APIs should live.


= Implementation =
== Implementation ==


{{bug|729173}}
{{bug|729173}}
canmove, Confirmed users
725

edits