Skip to content

wuruxu/crwebview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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