panliming-tuya
panliming-tuya
修改了这个文件`layout/_partial/plugins/gitment.ejs`, readme的修改不用理会 因gitment作者的不再维护,现在无法登录了,修改gitment.js为他人维护的。 详情可见https://github.com/imsun/gitment/issues/170 还有添加了对gitment id的指定,因中文使用unicode编码,字节长度很容易超过50,会发生无法创建评论的现象。
全屏播放时高度似乎识别不正确 ` MediaRecorderConfig config = new MediaRecorderConfig.Buidler().fullScreen(true).smallVideoWidth(displayMetrics.widthPixels).smallVideoHeight(displayMetrics.heightPixels)` 我是这么设置的,虽然视频全屏了,但是高度被拉长了
#### Issue Being Resolved The issues #22318 #16681 have been fixed on the Darwin, but not on Android. Therefore, I implemented the features on the Android based on the implementation...
#### Issue Being Resolved #22850 1. Mobile Vision has moved to ML Kit > The [Mobile Vision](https://developers.google.com/vision) API is deprecated and no longer maintained. It is now a part of...
java.lang.IllegalArgumentException: View not attached to window manager at android.view.WindowManagerGlobal.findViewLocked(WindowManagerGlobal.java:406) at android.view.WindowManagerGlobal.updateViewLayout(WindowManagerGlobal.java:295) at android.view.WindowManagerImpl.updateViewLayout(WindowManagerImpl.java:74) at cn.finalteam.floatviewfinal.widget.FloatView$1.handleMessage(FloatView.java:90)
push到子视图时, 子视图中设置`self.hidesBottomBarWhenPushed = YES;` 属性不生效, tabBar并不消失 而且会报警告: `The unbalanced calls to begin/end appearance transitions XXX`