Azusa
Azusa
/** * If you use context instead of activity, FinestWebView won't be able to override activity animation. * Try to create builder with Activity if it's possible. */ public Builder(@NonNull...
  这是对比
> 请问mTouchSlop是什么? mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); 表示系统能够识别的被认为是滑动的最小距离
对焦模式设置改成下面这段代码 boolean isCanAutoFocus = false; if ((SELECTED_CAMERA == CAMERA_FRONT_POSITION && mParams.isSmoothZoomSupported()) || (SELECTED_CAMERA == CAMERA_POST_POSITION && (mParams.isSmoothZoomSupported() || mParams.isZoomSupported()))) { isCanAutoFocus = true; } if (isCanAutoFocus) { //设置对焦模式 if (mParams.getSupportedFocusModes().contains(Camera.Parameters.FOCUS_MODE_CONTINUOUS_VIDEO))...
后台不是我写的,已经没有维护了。
> 老哥,你有后台的代码了吗? 跟朋友要到了源代码,可以下载试试,不过后台代码的调试就靠你自己了