Sometimes, I need to add buttons or links to the Player screen, similar to the one shown in the image below:
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.
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:
The
videoTitle
Widget is the ideal slot for this purpose. However, theIgnorePointer
widget prevents thevideoTitle
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.