0.4.13
- 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 respectiveseb
andscb
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