huluwa
huluwa
希望能够原生支持flutter,现在估计只能进行图像识别测试。。。
@JimiSmith Hi, have you resolved this issue??
遇到了同样的问题。。。希望能修复。
我换成BRVAH了,满足我的需求了。不卡了。
@gaohequan BRVAH是另外一个RecyclerView库,可以灵活配置,用着挺顺手的。不过我也没有再用NestedScrollView嵌套了。
大概看了下,可以通过更改内部dialog的参数来实现,以下为kotlin代码。 val pvTime = TimePickerBuilder(context) { date, _ -> // 回调代码 } .isDialog(true) .build() // 设置底部显示 pvTime.dialog?.window?.setGravity(Gravity.BOTTOM) // 设置弹出动画 pvTime.dialog?.window?.setWindowAnimations(R.style.picker_view_slide_anim) // 去除两边的margin pvTime?.dialog?.findViewById(R.id.content_container)?.updateLayoutParams { leftMargin = 0 rightMargin = 0...
Hi @JSUYA , thanks for your quick reply. Did you mean that you have ran the code I provided and confirmed that the Tizen OS decoded the video(https://test-streams.mux.dev/x36xhzz/x36xhzz.m3u8) with a...
Hi @xiaowei-guan Yes, I played the video on a Samsung TV with Tizen 6.0. Tomorrow I will post the TV's model information.
> > Hi @JSUYA , thanks for your quick reply. > > Did you mean that you have ran the code I provided and confirmed that the Tizen OS decoded...
I downloaded the video with yt-dlp ``` yt-dlp https://test-streams.mux.dev/x36xhzz/x36xhzz.m3u8 ``` and checked the video's information with FFmpeg. ``` ffmpeg -i x36xhzz\ \[x36xhzz\].mp4 ffmpeg version 7.0.2 Copyright (c) 2000-2024 the FFmpeg...