Added toolkit MediaElement to my solution and it worked until I disabled Hot Reload #944
Replies: 4 comments 3 replies
-
Seems to be the Volume property. If I add the line again and add the properties one at a time it fails when I add Volume. It seems that the 100 is the problem and that if I replace that with 1 it works. Need to find docs about the properties. |
Beta Was this translation helpful? Give feedback.
-
Well previous comment is gone so lets try again. The problem (I added the properties back one at a time was with Volume 100. This caused the crash and replacing it with Volume 1 fixed it (at least on emulator). On my phone (Samsung) there is no volume while playing video (from web). |
Beta Was this translation helpful? Give feedback.
-
A note about this site. I have added several comments and when I come back they do not show. As soon as I add this one the others will show. |
Beta Was this translation helpful? Give feedback.
-
Closed as per the Community Stand-up discussion here: https://youtu.be/N9wMcBP4jtg?t=2889 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When I disabled Hot Reload it crashes on InitCompontent (MainPage). Can't say much more than that other than if I uncomment out the line :
<toolkit:MediaElement Grid.Row="2" x:Name="theMediaView" ShouldAutoPlay="True" ShouldKeepScreenOn="True" ShouldShowPlaybackControls="True" Volume="100"></toolkit:MediaElement>
It crashes and tells you nothing useful.
Beta Was this translation helpful? Give feedback.
All reactions