Closed zdabing closed 3 years ago
Please create issue with issue template. We don't have time to support people who can't create issue properly.
I am also having this issue. testing on iOS real device
AspectRatio(
aspectRatio: 16 / 9,
child: BetterPlayer.network(
// 'https://flutter.github.io/assets-for-api-docs/assets/videos/butterfly.mp4',
programData.long_video_url!,
betterPlayerConfiguration: const BetterPlayerConfiguration(
placeholder: CircularProgressIndicator.adaptive(),
aspectRatio: 16 / 9,
fullScreenAspectRatio: 16 / 9,
deviceOrientationsAfterFullScreen: [
DeviceOrientation.portraitUp
],
),
),
When the video is full screen gesture is not work