Reputation: 1275
I am loading video from URL in WebView and I am using my own media controller so, I want to disable it's default media controls, is it possible?
Upvotes: 0
Views: 437
Reputation: 690
Use VideoView instead of webview to customize the player controls.
Upvotes: 1