pod_player
pod_player copied to clipboard
Video pause Icon is not updating When pausing vedio with PodPlayerController pause method.
Thank you for this package.
Im facing UI issue with podPlayerController.pause();
I have a list of videos to play. requirement is previously played video has to pause when i plays a new video. but video is pausing but pause Icon is not updaing.
podPlayerController.pause();
maybe you can try this
pause: podPlayerController.play(); podPlayerController.pause();
play: podPlayerController.pause(); podPlayerController.play();