The Web View plugin for Cordova that is specialized for Ionic apps.
This is for cordova-plugin-ionic-webview
@ 2.x
, which uses the latest and greatest features and may not work with all apps. See Requirements and Migrating to 2.x.
📖 Documentation: https://beta.ionicframework.com/docs/building/webview
📣 Support/Questions? Please see our Support Page for general support questions. The issues on GitHub should be reserved for bug reports and feature requests.
💖 Want to contribute? Please see CONTRIBUTING.md.
- iOS: iOS 10+ and
cordova-ios
4+ - Android: Android 5.0+ and
cordova-android
6.4+
-
Remove and re-add the Web View plugin:
cordova plugin rm cordova-plugin-ionic-webview cordova plugin add cordova-plugin-ionic-webview@latest
-
Apps are now served from HTTP on Android.
- The origin for requests from the Web View is
http://localhost:8080
.
- The origin for requests from the Web View is
-
Replace any usages of
window.Ionic.normalizeURL()
withwindow.Ionic.WebView.convertFileSrc()
.-
For Ionic Angular projects, there is an Ionic Native wrapper:
npm install @ionic-native/ionic-webview@beta
-