David Iglesias
David Iglesias
@sgehrman I don't know *how* your code is attempting to load the contents of the web view (iframe), but if it's anything other than a simple GET request by its...
(PS: I wouldn't recommend the `disable-web-security` approach, if you ever plan on releasing your web app to anybody else other than yourself :))
> I can reproduce it on a Chromium based browser (Brave) as well on iOS (There's no Chromium-based browsers on iOS (at least until 2024, [maybe](https://www.theregister.com/2022/04/26/apple_ios_browser/)), so this looks like...
My suspicion is that the `canplaythrough` [event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/canplaythrough_event) that we're using to [signal the player is ready](https://github.com/flutter/plugins/blob/main/packages/video_player/video_player_web/lib/src/video_player.dart#L78-L80) may be being computed more conservatively in Safari than other browsers (hence why it...
@michalkubizna I don't think it's fair to compare **YouTube** (which is ultra-optimized to serve videos) to a general purpose solution built with Firebase Storage.
> So is Firebase Storage the problem? No, as I said above, the problem is probably **Safari conservatively estimating `onCanPlayThrough` event**. Some of the techniques you can use to speed...
@exaby73 I haven't had time to verify this yet (but the answer to your question is: yes)
I suspect the way the flutter_test attempts to interact with some of the tests broke in my branch, looking at this!
Closing this, we found the issue. Thanks @flar!
/cc @chunhtai this seems like **windows-specific behavior**? In my mac the behavior is that right clicking over text when nothing is selected, the word underneath the cursor gets selected (and...