mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 15:12:51 +08:00
087ec11e6a
Having CordovaWebViewImpl separate from CordovaWebViewEngine is helpful because now each webview doesn't have to re-implement non-webview-specific featrues. e.g.: 1. load timeout 2. keyboard events 3. showCustomView 4. lifecycle events Moved AndroidWebView into its own package to ensure that it doesn't use any package-private symbols (since plugins cannot use them). |
||
---|---|---|
.. | ||
.settings | ||
assets/www | ||
res | ||
src/org/apache/cordova | ||
test/org/apache/cordova | ||
.classpath | ||
.project | ||
AndroidManifest.xml | ||
ant.properties | ||
build.gradle | ||
build.xml | ||
cordova.gradle | ||
default.properties | ||
project.properties |