Android Question Play button Exoplayer not visible after change color

Sifu

Active Member
Thanks for you reply.

I have this in the script:
B4X:
Dim jo As JavaObject = SimpleExoPlayerView1       'this stops controlbuttons from fading away on player
    jo.RunMethod("setControllerShowTimeoutMs", Array(0))
    jo.RunMethod("setControllerHideOnTouch", Array(False))
as stated here https://www.b4x.com/android/forum/t...uttons-to-stay-in-exoplayer.92600/post-586774
and added
SimpleExoPlayerView1.ControllerTimeout = -1

Seems not to do the trick, not together, and not one or the other.
Strange that only the Play button is gone, the rest is there.
 
Upvote 0
Top