RichardSV15
RichardSV15
Facing the same problem on iPhone devices. Could it be a font issue? I am using OpenSans-Regular.ttf
Yes, I was also able to fix the issue on the IPhone using the pw.ThemeData.base() as the default theme/font. It must be an issue with how the font is rendered
You would need to download the video file and save it in the device's storage. You would then play it from the video's path instead of the url. You can...
From the top of my head: there's a OnMetadataUpdated that you can subscribe to for updates. mediaItem.MetadataUpdated += (sender, args) => { var title = args.MediaItem.Title; // Perhands check for...
Thanks for bringing it up and posting your solution. I'll be implementing it myself, on dead links that users may be trying replay... The events not firing seems to be...