yatatsu / PowerWebView

PowerWebView is a wrapper of android.webkit.WebView
Apache License 2.0
10 stars 2 forks source link

PowerWebView

Download Build Status

PowerWebView is a wrapper of android.webkit.WebView.

Feature

Download

Add to your project build.gradle file:

dependencies {
    compile 'com.github.yatatsu:powerwebview:0.4.0'
    compile 'com.github.yatatsu:powerwebview-rx:0.4.0' // rx plugin
}

powerwebview-rx has dependencies with RxJava 1.1.4 and RxAndroid 1.2.0.

See also

kazy1991/LxWebView

Basically same as LxWebView. The differences are...

Licence

Copyright 2015 KITAGAWA, Tatsuya

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.