- Overview
- Create your first app
- Templates for apps
- Platform support
- Third-party Tools
- Android
- iOS
- Windows (deprecated)
- OS X (deprecated)
- Electron
- Manage versions and platforms
- Platform pinning
- Customize icons
- Store data
- Manage privacy
- Manage security
- Allow List
- Create a plugin
- Android
- iOS
- Windows
- Use Plugman
- Embed Cordova in native apps
- Next Steps
- Config.xml
- Events
- CLI Reference
- Hooks
- Splash Screen
- Plugin.xml
- Battery Status
- Camera
- Device
- Dialogs
- File
- Geolocation
- Inappbrowser
- Media
- Media Capture
- Network Information
- Screen Orientation
- Splashscreen
- Statusbar
- Vibration
Embedding WebViews
Cordova applications are ordinarily implemented as a browser-based WebView within the native mobile platform. This section shows how, for supporting platforms, to create your own WebView components that make full use of Cordova APIs. You can then deploy these Cordova application components along with native components in a hybrid application.
To deploy a WebView, you need to be familiar with each native programming environment. The following provides instructions for supported platforms: