po1arbear

Results 10 comments of po1arbear

myView.setLayerType(View.LAYER_TYPE_SOFTWARE, null); 之后,myview.isHardwareAccelerated())依然返回true,关闭无效啊

解决了吗?自动轮播还会和手指触摸发生冲突

> 这段代码是不是没用到 > > ```java > if (isEnableDynamicCache()) { > File file = DynamicCacheLoader.getInstance().getResByUrl(mDynamicCacheFile, url); > if (file != null) { > CacheWebViewLog.d(String.format("from dynamic file: %s", url), mDebug); > String...

最近比较忙,后面会抽空支持,也欢迎提交pr

![image](https://user-images.githubusercontent.com/18713299/83089159-34ebe680-a0c8-11ea-97a5-f293eaf51821.png) 方法加上一个async关键字

macbook 和手机连的同一个wifi

call MoveViewJob.getInstance(null, 0f, 0f, null, null) onDestory doesn't work in my Activity,anyone solve this problem?

/** * 绘制移动扫描线 * * @param canvas * @param frame */ private void drawScanLight(Canvas canvas, Rect frame) { if (scanLineTop == 0) { scanLineTop = frame.top; } if (scanLineTop >=...