Glitchbone / CordovaYoutubeVideoPlayer

Play Youtube Videos in a native Video Player on Android & iOS
MIT License
83 stars 133 forks source link

The video stops after a few seconds to pause. #47

Open Riabov54 opened 3 years ago

Riabov54 commented 3 years ago

After the first video is shown, each subsequent video is paused. The focus is lost and it is not possible to manually continue it. How do I eliminate these pauses? In config.xml recorded: preference name="AllowInlineMediaPlayback" value="true" preference name="MediaPlaybackRequiresUserAction" value="false" Thank you for any help.