pod_player
pod_player copied to clipboard
How to add gesture in full screen mode?
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 Thanks for opening this issue... Let me figure out some Way's to add gestures in full screen mode