Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

ManifoldCordova v0.2.0

Compare
Choose a tag to compare
released this 26 Nov 02:17
· 23 commits to master since this release

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 replaces mjs_access_whitelist which is now deprecated.