Framework7-CLI 3.4.0 update with cordova-ios@6 support

Framework7-CLI updated to new version with cordova-ios@6 support:

  • Removed cordova-plugin-wkwebview-engine plugin
  • Added app://localhost as default cordova iOS app scheme/host

To configure app scheme and host check the cordova/config.xml file and modify the following preferences:

<preference name="scheme" value="app" />
<preference name="hostname" value="localhost" />
2 Likes