flick-video-player
flick-video-player copied to clipboard
no swipe gesture works to go to previous page
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?
Please share the code snippet.
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