

depot_tools contains the following tools, used to manage and build libchromeview from source:.You need to install extra pre-requisites to build for Android, covered in building Chrome for Android.Please set up your build environment by following the instructions on the Chromium wiki:.How to build libchromeviewĪ blog describes the source management of chromium which ChromiumWebView based on. It is only a shell program that can navigate website.

There is a sample project to illustrate the usage of ChromiumWebView in the test folder. Star this bug if you agree that this is annoying. Copy DataĬopy assets/webviewchromium.pak to your project's assets directory. In Eclipse, right-click your project directory, select Properties, choose the Android category, and click on the Add button in the Library section. Get the CodeĬheck out the repository in your Eclipse workspace, and make your project use ChromiumWebView as a library. This section explains how to set up your Android project to use ChromiumWebView. The TintBrowser is a full functional browser that you can use it as start point. The TintBrowser is forked from, but use Chromium WebView as web engine. You can use ChromiumWebView as the same as Android WebView except for different package name.

Inspired by ChromeView project, our goal is to provide full Android WebKit compatible API, so the web apps or hybrid apps can easily immigrate to chromium. ChromiumWebView gives your application early access to the newest features in Chromium, and removes the variability due to different WebView implementations in different versions of Android. The current performance of Android webview is so poor. If you have problem when git pull, please re-clone this repository. This is just a experimental project, don't use it in product. Android WebView wrapper based on chromium Notice
