newtaDev / pod_player

Video player for flutter web & mobile devices, Play video from youtube or vimeo or network in flutter using pod player
https://pub.dev/packages/pod_player
MIT License
106 stars 203 forks source link

Remove videoTitle IgnorePointer #164

Open bigzhu opened 11 months ago

bigzhu commented 11 months ago

Thank you for your excellent work.

Sometimes, I need to add buttons or links to the Player screen, similar to the one shown in the image below:

Screenshot 2023-12-07 at 19 30 29

The videoTitle Widget is the ideal slot for this purpose. However, the IgnorePointer widget prevents the videoTitle Widget from responding to taps or other actions.

Instead of being ignored by pod_player, it might be a better choice to leave this decision to the user.