I’m building an app that needs to play video inline. I’ve added the webkit-playsinline attribute to my video, and I’ve added the following preferences to config.xml:
Would it then make sense for those two preferences to be part of Ionic view? Those preferences wouldn’t have any affect for people who didn’t need them, but without them it’s limiting for people like me who are developing video-heavy apps.
@pliablepixels I was about to go try ngVideo, but yeah that’s it - I’m looking to play video inline. I’ve got some really short video that will end up playing automatically when a view is loaded. I know that it probably won’t work on android anyway, but at least it’ll be nice to have this functionality on iOS.