Play multiple inline videos on iOS

I’m using Videogular 2. Is it possible to play multiple inline videos on iOS? I tried but it doesn’t work for me. Have anyone tried to make it work?

Hey, I haven’t made this work with Videogular 2, but I did make this work pretty well with the regular HTML5 Video component. I did a write up about the whole thing you can reference below. Personally, I would rather use a native html component than another angular plugin.

I agree with this. I have actually implemented this via videogular2 for my app and if I were to start over I would either implement my own component or just use raw video elements and manage the events myself. Videogular is alot of black magic and there are a TON of edge cases it does not cover especially when videos do not play.