-
Notifications
You must be signed in to change notification settings - Fork 466
[Bug] MediaElement not showing up #400
Comments
I've been testing your repro sample. To have the MediaElement working, some details are missing.
Please, test when you can the attached sample (is your sample modified): |
@jsuarezruiz
to this
So when you have |
I had the same issue now have implemented: VerticalOptions="FillAndExpand" |
I only see an issue with no playback when the video source is a local resource on android. |
I have the same issue, but for some reason It works after hot reloading the page |
As a temporary workaround I manually play the video and resize it to refresh the view
|
We also can confirm this issue on Android 10 (API Level 29) with the video loaded from local resources. |
This is still happening with the Toolkit version. There is a couple of workarounds already mentioned.
Still good to take a look what is going on and hopefully fix it :) |
I was about to give up on using "mediaElement". Luckily I saw this thread so I was able to add the "FillAndExpand" attribute. Now it works fine. I didn't need to add storage access to the manifest, nor did I need to set the experimental flag. |
Same Issue in 2022 as this not been fixed yet? Even with this am getting nothing display though am using https://github.com/Tyrrrz/YoutubeExplode to covert to stream might be causing a dealy possilby will youtube stream support come in eventually
|
The same issue I am facing here, no issue with the URL video but facing issue with the video that is added in resource. |
The same issue I am facing here, no issue with the URL video but facing issue with the video that is added in the resource. |
I have same issue. Asked question here Any ideas why it's not show up? |
Had the same problem when media element was contained in a grid. The grid had 2 rows.
Adding this up to the discussion above leads me to believe that it is highly probable that the media element does not request for space(WidthRequest?\HightRequest) from it's parent after assessing the size of the video. |
Description
Steps to Reproduce
Run this project
MediaElementTest.zip
As you can see MediaElement (video) is not showing up.
Expected Behavior
MediaElement (video) should be visible.
Actual Behavior
MediaElement (video) is not visible. I was testing on Android.
Basic Information
The text was updated successfully, but these errors were encountered: