Skip to content

Commit 42fa598

Browse files
authored
[M] Fix gesture response fault on iOS devices (#66)
1 parent 677ae3d commit 42fa598

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/flutter_vlc_player.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ class _VlcPlayerState extends State<VlcPlayer>
8888
if (Platform.isIOS) {
8989
return UiKitView(
9090
viewType: "flutter_video_plugin/getVideoView",
91+
hitTestBehavior: PlatformViewHitTestBehavior.transparent,
9192
onPlatformViewCreated: _onPlatformViewCreated);
9293
} else if (Platform.isAndroid) {
9394
return AndroidView(

0 commit comments

Comments
 (0)