-
Hi, I am trying to build custom ui but how can I receive loading event from controller? I know there is default ui for redefine theme, but if I want to use custom theme, how do I receive this event? |
Beta Was this translation helpful? Give feedback.
Answered by
jhomlala
Jul 6, 2021
Replies: 1 comment
-
Better Player doesn't have "Loading event". In default themes (Material/Cupertino) widget detects that video is loading by checking |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
leelai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Better Player doesn't have "Loading event". In default themes (Material/Cupertino) widget detects that video is loading by checking
initialized
event which can be received fromBetterPlayerContoller
.