harmonwood / capacitor-video-player

Capacitor Video Player Plugin
MIT License
112 stars 46 forks source link

Notification Device on Android TV #171

Closed stephanevallejo closed 1 week ago

stephanevallejo commented 2 weeks ago

Hello,

First of all, thank you for your plugin.

I'm using it for an Android TV application. Everything works fine but every time a video starts, I get the message “Device is a TV” which appears at the beginning of the video for 3/4 seconds.

Screenshot_20240901_112708

jepiqueau commented 1 week ago

@stephanevallejo @harmonwood this is quite easy make a PR where in the file FullscreenExoPlayerFragment.java remove the lines 371 if(isTV) { 372 Toast.makeText(context, "Device is TV", Toast.LENGTH_SHORT).show(); 373 }

stephanevallejo commented 1 week ago

Hello @jepiqueau,

Thank you very much !!!

thank you very much

I have deleted the lines mentioned and the message no longer appears.

🎉👍

jepiqueau commented 1 week ago

@stephanevallejo you are welcome