unoplatform / Uno.Samples

A collection of code samples for the Uno Platform
http://platform.uno/
Other
211 stars 107 forks source link

[TubePlayer] Media playback not working #617

Open hsatopo opened 8 months ago

hsatopo commented 8 months ago

Click a video, in the video details page, the video won't play on Android emulator and device and WASM. But it works in Windows. Didn't test MacCatalyst.

nickrandolph commented 8 months ago

@hsatopo Playback isn't supported on WASM due to CORS related issue fetching media information With Android, are you seeing any errors being raised?

imgen commented 8 months ago

@nickrandolph turned out it's just a emulator issue. On my Android device, it's working. So we can close this issue