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

ManifoldCordova v0.3.0

Compare
Choose a tag to compare
@estebanlopez estebanlopez released this 07 Jun 22:23
· 6 commits to master since this release

Bug Fixes

Enhancements

  • Updated to latest versions of Cordova platforms to support Cordova 6.1.1 (issue #66)
  • Removed hard requirement for W3C manifest. Allow using simple Cordova app (issue #35)
  • Added ability to disable offline feature through "mjs_offline_feature" property in manifest.json (issue #61)
  • Fixed js injection on Android when evaluateJavacript is not available (issue #64)

Known Issues with the Cordova [email protected] platform

  • Due to the removal of the XHR bridge modes in [email protected], Cordova plugin injection will not work correctly when the hosted page has a CSP that restricts the gap:// frame origin. To support this scenario, you need to use [email protected].
  • Even though Cordova [email protected] introduces pluggable webviews, the Hosted Web App plugin currently supports UIWebView only. WkWebView will be supported in a future release.

Breaking Changes with the Cordova [email protected] platform