pod_player icon indicating copy to clipboard operation
pod_player copied to clipboard

How to add gesture in full screen mode?

Open MikeChen1109 opened this issue 3 years ago • 1 comments

my code:

GestureDetector(
      onPanEnd: (details) {
          controller.disableFullScreen(context);
      },
      child: PodVideoPlayer(
          matchFrameAspectRatioToVideo: true,
          controller: controller,
          alwaysShowProgressBar: false,
      ),
),

But this code only work on Portrait mode

MikeChen1109 avatar Jul 18 '22 09:07 MikeChen1109

@MikeChen1109 Thanks for opening this issue... Let me figure out some Way's to add gestures in full screen mode

newtaDev avatar Jul 20 '22 03:07 newtaDev