smallbuer / JSBridge-Android

A solution for safe and fast interaction between js and native,it's minimum support API 14;
Apache License 2.0
240 stars 38 forks source link

BridgeWebViewClient未public #17

Closed skyv95 closed 3 years ago

skyv95 commented 3 years ago

BridgeWebViewClient我有代码需要在WebViewClient操作,但是这个方法未public,wo只能把代码考出来重写

skyv95 commented 3 years ago

这个方法可以public吗

smallbuer commented 3 years ago

这个方法可以public吗

指的哪个方法需要public呢?

smallbuer commented 3 years ago

可以使用1.0.6版本

smallbuer commented 3 years ago

你可以使用1.0.6版本

puzhengwu @.***> 于2021年6月15日周二 下午4:25写道:

[image: image] https://user-images.githubusercontent.com/4401394/122019406-506e8000-cdf6-11eb-9c87-d89de9486eda.png

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/smallbuer/JSBridge-Android/issues/17#issuecomment-861296013, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANKA3ZQKIBBZV4ZA5IFNDRTTS4FBLANCNFSM46CMWXGQ .

puzhengwu commented 3 years ago

你可以使用1.0.6版本 puzhengwu @.***> 于2021年6月15日周二 下午4:25写道: [image: image] https://user-images.githubusercontent.com/4401394/122019406-506e8000-cdf6-11eb-9c87-d89de9486eda.png — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#17 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANKA3ZQKIBBZV4ZA5IFNDRTTS4FBLANCNFSM46CMWXGQ .

我已经用你的方式派生了自己的webview,:)