Joel Hernández
Joel Hernández
@flatanimals 🙏
Tried this ``` import Vue from 'vue'; const vmq = require('vue-media-queries'); const mediaQueries = new vmq.MediaQueries({ bands: vmq.CommonBands.Bulma }); Vue.use(mediaQueries); export default function (ctx: any, inject: any) { console.log(ctx); const...
Any other way so far that doesn't involve monkey-patching the library? And that works for iOS as well?
Here's a plugin for the iOS AV player that might help. https://github.com/vitoziv/VIMediaCache
For what's worth, @999eagle got caching working on both iOS and android on a custom fork of the plugins repository video_player. We hope to open a PR with this back...
We're busy with post release activities 😬 , we just got this working a couple days back. We'll PR it back ASAP.
Ah I just recalled there’s an issue to solve still on iOS for playing local videos. 😔 We had a merge conflict in regards to how the source of the...
Hi Rodrigo ! (@recastrodiaz ) How does the caching configuration work on your solution? 🤔
Thanks for the quick reply! With the latest flutter/plugins master and flutter master version, our solution is not working. `videoPlayerController.initialize()` fails with errors of the following type > 2019-10-07 19:23:44.422820+0200...
Sounds about right! Unfortunately I'm limited when it comes to iOS. Let me know if there's another way I can help resolve this.