The Web View powers web apps in native devices. Ionic maintains a Web View plugin for apps integrated with Cordova. Please only use this tag, when asking a question related to ionic.
Ionic apps are built using web technologies and are rendered using Web Views, which are a full screen and full-powered web browser.
Modern Web Views offer many built-in HTML5 APIs for hardware functionality such as cameras, sensors, GPS, speakers, and Bluetooth, but sometimes it may also be necessary to access platform-specific hardware APIs. In Ionic apps, hardware APIs can be accessed through a bridge layer, typically by using native plugins which expose JavaScript APIs.
Installation
ionic cordova plugin add cordova-plugin-ionic-webview
npm install @ionic-native/ionic-webview
Supported Platforms:
- Android
- iOS
More information here:
https://github.com/ionic-team/cordova-plugin-ionic-webview