iOS Question VideoPlayer1 - disable the maximise and audio icon

stevenindon

Active Member
Licensed User
Hello,

How can i hide VideoPlayer1 - Maximize Video icon and Speaker icon? (Just left controller only)

*As i can see that you can access to some of the hidden objects of VideoPlayer1 through some native codes example :
B4X:
        Dim no As NativeObject = VideoPlayer1
        no.GetField("controller").GetField("player").SetField("volume", Volume)

I was wondering where i can get the full list of all these native code - "object names"
 
Top