ui::videoPlayer need help

Yes, I will create a GitHub issue today for this.

I think its default system controller, mostly Android dont have it. We need to code for that.

ok thanks if you found anything then give me solutions.

@smitpatel88 Can you explain more about this? So what I’ve found so far is that it doesn’t work in 3.16 or 3.16 but I’m going back and trying on earlier Versions now

@zhangxm can you explain this to me?

I am saying that may be that controller is default behavior by system library. And Android dont have that by default.

I see why you mean. I bet this is it. So Android videos can not be controlled without writing a custom controller.

Yep, it seems should add controller manually https://developer.android.com/reference/android/widget/MediaController. It is not included in MediaPlayer.

1 Like

Thanks Minggo, I think I will add VideoPlayer to our UI docs as more developers are using it and it is a more complicated topic.