android-youtube-player icon indicating copy to clipboard operation
android-youtube-player copied to clipboard

How to enable three vertical dots enable, my users want to share the link of video through my app

Open Anakjv opened this issue 1 year ago • 1 comments

Hello sir, I want to make enable the 3 vertical dots, which my users want to share the video using my application so please say how, please reply detailly.

Anakjv avatar Apr 29 '23 12:04 Anakjv

Use iFrame -> val iFramePlayerOptions = IFramePlayerOptions.Builder() .controls(1) .fullscreen(1) // enable full screen button .build() and set controls as 1

priyanshuborole avatar May 26 '23 05:05 priyanshuborole