The first video on Android works fine, but each subsequent video is stoped immediately after the start to pause. The screen turns black. The focus is lost, and it is not possible to continue it manually. If you switch to another app and then return, the video waits for the manual continuation of viewing. This happened after the recent Google updates to WebView. How do I eliminate these pauses?
In config.xml recorded:
preference name="AllowInlineMediaPlayback" value="true"
preference name="MediaPlaybackRequiresUserAction" value="false"