cordova-plugin-streaming-media
cordova-plugin-streaming-media copied to clipboard
How to close video window after playing video (Cordova)
What version of Streaming-Meda-Cordova-Plugin are you using? latest streaming meda cordova
What version of Cordova are you using? latest version
What devices are affected? ios Please describe the issue in detail, with relevant code samples I'm having some issue in my app there is a video link when click on that link video should play, yes video is playing when I click on it but after that playing video I'm unable to go back of that page(previous page), $scope.playVideo = function(){
if($scope.path){
window.plugins.streamingMedia.playVideo($scope.path);
}
}
What did you expect to happen? After completing video playing it should go back of the previous page
What actually happened? After completing video playing it should go back of the previous page, but it is not going back it's in play mode only I'm unable to go back of that previous page which I have clicked the video link. to close that video every time I'm doing a closing app. (https://user-images.githubusercontent.com/38102184/62121635-a066fb00-b2e1-11e9-9efc-bfabc2a291b8.png)
No solution? There is no button to close the player.
The issue was fixed.
Sorry! Would you mind to tell me how to fix? As I didn't see there is a close button in full screen mode. Thank you.