This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
ManifoldCordova v0.2.0
Breaking Changes
- The default network access policy has changed to be aligned with Cordova (issue #29). Now, network requests (images, XHRs, etc) made by hosted web apps are allowed for any origin. To restrict network access to specific domains, specify the access rules via the
<access>
element in the Cordova configuration file (config.xml
) or use a Content Security Policy (CSP).
Enhancements
- Added support for Cordova plugins (issue #51). The JavaScript APIs exposed by the installed plugins are now loaded in the pages and can be consumed from the hosted web app.
- There is a new manifest member to specify multiple navigation scope rules:
mjs_extended_scope
(issue #52). This setting replacesmjs_access_whitelist
which is now deprecated.