An open API service indexing awesome lists of open source software.

https://github.com/wuruxu/crwebview

another android webview aar sdk from chromium
https://github.com/wuruxu/crwebview

aar android chromium sdk webview

Last synced: about 2 months ago
JSON representation

another android webview aar sdk from chromium

Awesome Lists containing this project

README

          

# crwebview
export android webview from chromium source code as aar sdk

# How to use crwebview
## 1. add crwebview 2.0 aar files into your project
## 2. change import in your source code

update android java code from
```
import android.webkit.WebView
```

to

```
import org.chromium.android_crwebview.webkit.WebView
```

Important Note:
add following 'androidResources' options in app/build.gradle
```
android {
....
androidResources {
noCompress 'bin', 'pak'
}
}
```
# Sponsors
1. [AirConsole](https://www.airconsole.com/)