AriesHoo / FastLib

一个Android项目级快速开发框架,节约大部分写常用功能时间以实现更多项目业务功能及体验上的优化。使用说明见wiki
https://github.com/AriesHoo/FastLib/wiki
Apache License 2.0
492 stars 95 forks source link

加载进度条卡住不消失 #40

Closed CNleone closed 4 years ago

CNleone commented 5 years ago

使用的AgentWeb加载https路径 会卡在最后的位置。 https://github.com/Justson/AgentWeb/issues/618 大佬可以参考下

AriesHoo commented 5 years ago

你使用时候会出现卡住情况吗,我刚试了下没有卡住

CNleone commented 5 years ago

会卡住,用的你的WebViewActivity 可能有的机型有这个问题吧 我的是一加7 和 华为p20 都能复现

CNleone commented 5 years ago

就是因为卡住了 找原因才发现agentweb 好几个关于这个的bug issues

AriesHoo commented 5 years ago

我看了下这个引起得原因是说得是如果获取WebView再setWebViewClient会覆盖AgentWeb 中的setWebViewClient方法,但是我的项目没有使用对应的setWebViewClient方法,我这里没有能复现的机子。那个解决方法在你那边能解决吗?