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
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.