CordovaFirefoxOS

Revision as of 15:04, 16 July 2013 by Zalun (talk | contribs) (Created page with "This page is to document the development of Cordova for FirefoxOS. It is edited quite often, co ==Current issues== ===Security Exception when iterating over window.navigator...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This page is to document the development of Cordova for FirefoxOS. It is edited quite often, co

Current issues

Security Exception when iterating over window.navigator

https://bugzilla.mozilla.org/show_bug.cgi?id=894335 - Cordova rewrites the navigator object in https://github.com/apache/cordova-js/blob/master/lib/scripts/bootstrap.js#L49. The temporary solution is to comment out https://github.com/apache/cordova-js/blob/master/lib/scripts/bootstrap.js#L67. This implies more issues, especially firing several events needs to be forced.

Comparable APIs