Skip to content

wittech/ByWebView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

129 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebViewStudy

fir.im version

Function

  • 基本配置使用(宽度自适应、返回网页上一层、显示网页标题等)
  • 唤起三方应用(拨打电话、发送短信、发送邮件等)
  • 上传图片(版本兼容)
  • 全屏播放网络视频
  • 与JS交互实例
  • DeepLink的基本使用
  • 被作为第三方浏览器打开
  • 腾讯x5使用示例
  • 优雅的进度条显示控件

Document

Screenshots

Download

Tip

  • 混淆时应加上(通过JS向网页传值,如不加有时候会传值失败):

    -keepattributes *Annotation*
    -keepattributes *JavascriptInterface*
    -keepclassmembers class * {
       @android.webkit.JavascriptInterface <methods>;
    }

Other

About

🌐 WebView 全方面使用,JS交互、进度条、发短信、打电话、发邮件、上传图片、字体设置、获取网页源代码、视频全屏播放、唤起原生App、被作为第三方浏览器打开、DeepLink、[腾讯x5使用示例]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 76.5%
  • HTML 16.0%
  • CSS 5.9%
  • JavaScript 1.6%