Kosso
Kosso
This also seems to be a related issue in the on FireFox, I don't see the picture-in-picture control button in the player, but I can right-click the video and use...
I got the youtube plugin to work by importing it like this: ``` import videojs from 'video.js'; import 'videojs-youtube'; ```
This issue is also present on the Oculus Go browser. Also the preferences panel does not face you.
I have provided a simple code sample above. Please also refer to the [Example Code](https://github.com/ionic-team/capacitor-plugins/tree/main/app-launcher#example) provided in the actual documentation for this official plugin. Simply replace the URLs with the...
Please find a full sample app here https://github.com/kosso/applauncher-issue This is built for iOS and Android and will demonstrate that the iOS version works and the Android version doesn't.
**Additional information and testing a new method :** I have had a go at creating an internal custom 'Utils' plugin for Android to try a different method than the way...
Slight update to this regarding the crash when casting: It does appear to work when using a direct MP4 remote URL. Our use-case is live video using LL-HLS. The player...
@PhantomPainX Hi there. Thanks for this. Here's a test stream : https://thisisamazing.tv/live.m3u8
I am also getting random 504 errors on some HTTP Client API GET requests, only on Safari. I never thought it might be the Service Worker... Will attempt to add...
@DibyodyutiMondal Have you tried adding an entry to the `dataGroup` array in `ngsw-config.json` with `maxSize` and `maxAge` of zero? ``` { "name":"dont_use_sw", "urls": ["/some-matched-url"], "cacheConfig": { "maxSize": 0, "maxAge": "0u",...