xiaoming

Results 20 issues of xiaoming

implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.0-alpha.1-androidx' 通过该方式引用后, 引用的库还是有support

#### Description of the problem: **Which library version are you using?** E.g. 3.2.0. **Which phone/tablet are you using, and which Android version does it run? (e.g. Samsung Galaxy S5, Android...

` private ByWebView(Builder builder) { this.activity = builder.mActivity; this.mErrorTitle = builder.mErrorTitle; this.mErrorLayoutId = builder.mErrorLayoutId; FrameLayout parentLayout = new FrameLayout(activity); // 设置WebView setWebView(builder.mCustomWebView); parentLayout.addView(mWebView, new FrameLayout.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.MATCH_PARENT)); // 进度条布局 handleWebProgress(builder, parentLayout);...

![image](https://user-images.githubusercontent.com/16216657/92388041-2bebc600-f149-11ea-9054-2ba517708c20.png)

框架版本 3.8.12 系统版本 android 9 重现步骤 在Fragment中的onDestroyView() 调用了Aria.download(this).unRegister(), 但在LeakCanary中仍然报出内存泄漏

wontfix

// 返回当前需要滑动的下级view。在一个时间点里只能有一个view可以滑动。 public View getCurrentScrollerView(View containerView); // 返回所有可以滑动的子view。由于ConsecutiveScrollerLayout允许它的子view包含多个可滑动的子view,所以返回一个view列表。 public List getScrolledViews(View containerView); 我其实不太明白这2个方法具体的作用场景, 请问 如果 MyFrameLayout 实现了IConsecutiveScroller 接口, 那么getCurrentScrollerView 和 getScrolledViews 分别传什么啊?

setBannerGalleryEffect 方法 只能传dp, 最好接收通用的px , 我们项目中没用dp, 用的pt, 使用该方法后, 会出现UI不一致的现象

WebParentLayout 能否以接口的形式暴露出来,有时候想用自定义的FrameLayout当做WebView的父布局。

FAILURE: Build failed with an exception. * Where: Initialization script '/private/var/folders/t3/b8smz48x00s_9dlcccbpv4qc0000gn/T/ijmapper.gradle' * What went wrong: Could not compile initialization script '/private/var/folders/t3/b8smz48x00s_9dlcccbpv4qc0000gn/T/ijmapper.gradle'. > startup failed: General error during conversion: Unsupported class...