This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
ManifoldCordova v0.3.0
Bug Fixes
- Fixed compilation errors caused by the introduction of pluggable WebViews in [email protected] (issue #76)
- Update whitelist handling to take into account change in [email protected] (issue #77)
- Fixed broken plugin support following removal of XHR bridge modes in [email protected] (issue #78)
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
- When used with previous releases of the cordova-ios platform, the Hosted Web App plugin opened all non-whitelisted URLs externally. Starting with [email protected], these URLs are blocked instead. To change this behavior, any URLs that should be opened in the browser need to be added to the intent whitelist (see https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-whitelist/).