mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 23:25:11 +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). |
||
---|---|---|
.. | ||
drawable | ||
drawable-hdpi | ||
drawable-ldpi | ||
drawable-mdpi | ||
layout | ||
values | ||
xml |