Use video as a background in ionic/cordova for ios

后端 未结 2 1515
野性不改
野性不改 2021-02-02 04:25

I\'m needing to play like 6 videos as background in differents divs at the same time, but in IOS and ANDROID platforms. I\'m developing an ionic app.

I\'ve found a solut

2条回答
  •  旧时难觅i
    2021-02-02 05:05

    So for this issue as used 2 things.

    First one, on config.xml added the next line

    
    

    And after add the webkit-playsinline directive inside the video tag like this:

    
    

    And it works like a charm.

提交回复
热议问题