CordovaFirefoxOS: Difference between revisions

adding find API comparison
(manifest and privileged issues)
(adding find API comparison)
Line 166: Line 166:
==Privileged issue==
==Privileged issue==
Default <code>index.html</code> created after <code>cordova prepare</code> contains inline javascript. The (temporary) solution is to remove inline script and add <code>document.onload = app.initialize();</code> at the end of the <code>www/js/index.js</code> file.
Default <code>index.html</code> created after <code>cordova prepare</code> contains inline javascript. The (temporary) solution is to remove inline script and add <code>document.onload = app.initialize();</code> at the end of the <code>www/js/index.js</code> file.
==Comparing Contacts find/search API==
Fields in both APIs are different there are differences in the search API as well. There are also differences between versions of FFOS (1.2 and 1.3).
Confirmed users
514

edits