Reputation: 324
I'm using a WebView to show HTML5 Video inside an Android app. On Amazon Fire TV Stick (Android 9, API28) every time the video starts, it shows a grey share icon on the top left:
This is the code:
<video id="window-v-0" class="contain" autoplay="autoplay" poster="" style="position: absolute;width: 100%;height: 100%;"></video>
How can I remove it?
Upvotes: 1
Views: 50