Testing native StreamingMedia in browser

I am having trouble testing native StreamingMedia in browser and I am not sure if this will work on Android device.
My code looks like that:
image

URL of the online video is passed to this function as parameter and when I want to play video using button in browser I get an error: Error: exec proxy not found for :: StreamingMedia :: playVideo

I am wondering if the code should work on Android device since I am currently not able to test it myself.
Hope someone can help. Thank you in beforehand.

https://ionicframework.com/docs/native/streaming-media/ is only supported on Android and iOS, not browser.

1 Like

Thank you for your reply :slight_smile: