We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677ae3d commit 42fa598Copy full SHA for 42fa598
lib/flutter_vlc_player.dart
@@ -88,6 +88,7 @@ class _VlcPlayerState extends State<VlcPlayer>
88
if (Platform.isIOS) {
89
return UiKitView(
90
viewType: "flutter_video_plugin/getVideoView",
91
+ hitTestBehavior: PlatformViewHitTestBehavior.transparent,
92
onPlatformViewCreated: _onPlatformViewCreated);
93
} else if (Platform.isAndroid) {
94
return AndroidView(
0 commit comments