Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

一个支持H5调起微信、支付宝、QQ的Webview

Notifications You must be signed in to change notification settings

Zachary46/ZWebView

Repository files navigation

ZWebView

一个支持H5调起微信、支付宝、QQ的Webview

添加依赖

compile 'com.github.Zachary46:ZWebView:v1.1'

添加仓库

allprojects {
 repositories {
 jcenter()
 maven { url 'https://www.jitpack.io' }
 }
}

代码使用

LinearLayout rootView= (LinearLayout) findViewById(R.id.ll);
 ZWeb.with(this)
 .addParentView(rootView)
 .setBackgroundRes(R.drawable.progress_drawable)
 .addTitleListener(new ZWeb.TitleListener() {
 @Override
 public void getTitle(String title) {
 
 }
 })
 .addProgressListener(new ZWeb.ProgressListener() {
 @Override
 public void getProgress(int progress) {
 
 }
 })
 .setUrl("https://www.github.com/Zachary46")
 .go();

About

一个支持H5调起微信、支付宝、QQ的Webview

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /