Skip to content

0.4.13

Compare
Choose a tag to compare
@alexblom alexblom released this 13 Jun 22:10
· 686 commits to master since this release
  • ember-cordova now fully supports Glimmer applications. Simply run ember install ember-cordova from your Glimmer app and use ember-cordova as usual. No other changes are required;
  • --skip-ember-build && --skip-cordova-build now have respective seb and scb aliases. In addition, --variable can be shortened to --var when interacting with cordova;

Changes to Default Webviews:

  • The --default-webview flag has been deprecated;
  • Due to project deprecation, Crosswalk is no longer the Android default. Android platforms initialize with the stock WebView. Crosswalk can still be installed with ember cdv:platform add android --crosswalk;
  • For iOS, you can revert to a UIWebView with ember cdv:platform add ios --uiwebview;

See: http://embercordova.com/pages/workflow/default_webviews