Android Question how can i force the buttons to stay in ExoPlayer?

buras3

Active Member
Licensed User
Longtime User
I tried it and i get error
java.lang.RuntimeException: Method: setControllerShowTimeoutMs not found in: anywheresoftware.b4a.objects.SimpleExoPlayerWrapper
 
Upvote 0

buras3

Active Member
Licensed User
Longtime User
Hey
I looked on the xml file and founded how to do it

like this
B4X:
SimpleExoPlayerView1.ControllerTimeout=-1
 
Upvote 0

buras3

Active Member
Licensed User
Longtime User
But in the first time the app shows ,the controller is hiding .
this is missing "setControllerHideOnTouch"

can I add it to the library?
 
Upvote 0
Top