App enables background playing of videos, cordova issues, google play rejecting apps

前端 未结 5 728
孤城傲影
孤城傲影 2021-01-19 02:12

I have created a few android apps using Cordova, These are having videos in it. I am trying to upload the Apps on Google play store but every-time they are rejecting all app

5条回答
  •  生来不讨喜
    2021-01-19 02:49

    I fixed this issue with my app (not using Cordova). I was using a WebView which opened Youtube links, which was the problem.

    Add an if statement to open youtube.com and youtu.be links using the code from this post, so they open in the app instead.

提交回复
热议问题