Status
()
People
(Reporter: vicamo, Unassigned)
Tracking
Firefox Tracking Flags
(Not tracked)
Details
> function checkSmsEnabled() {
> // WebSms is disabled on all platforms except Android for the moment.
> if (navigator.appVersion.indexOf("Android") == -1) {
> checkSmsDisabled();
> return;
> }
> ...
> }
Comment 1•5 years ago
|
||
It's currently disabled on Android and b2g, completely, see: http://mxr.mozilla.org/mozilla-central/search?string=test_sms_basics I filed bug 909036 on getting it fixed for those platforms. I guess this bug is about implementing websms on desktop? The dom.sms.enabled pref is enabled on b2g only, afaict.
Updated•2 years ago
|
Status: NEW → RESOLVED
Last Resolved: 2 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•