flick-video-player icon indicating copy to clipboard operation
flick-video-player copied to clipboard

no swipe gesture works to go to previous page

Open Shakhboz95 opened this issue 3 years ago • 2 comments

After implementation flick video player, it was disabled going to previous screen by swiping. When I remove the video player, swiping works. I am using default size of video, not fullscreen

Any suggestion for this?

Shakhboz95 avatar Sep 14 '21 10:09 Shakhboz95

Please share the code snippet.

geekruchika avatar Oct 06 '21 14:10 geekruchika

Let's say I navigated to new screen where I used flick video player like this: Navigator.push( context, CupertinoPageRoute( builder: (_) => VideoPage( )));

As you know it will enable swiping right to navigate previous page. But it is not working, if there is flick video player, if I remove this video player, it is working as expected

Shakhboz95 avatar Oct 14 '21 05:10 Shakhboz95