Open trydyingtolive opened 2 months ago
When using the Media Commands referenced here https://mobiledocs.rockrms.com/essentials/block-commands/media-commands Audio or Video doesn't work. In Android it doesn't play and shows a blank screen, but on iOS it crashes the app.
Create a page and put a Content block on it. Copy and paste the XAML from below.
An audio or video player will pop up and start playing.
Android has a blank screen and nothing plays. On iOS the app crashes.
<StackLayout> <Button Text="Tap" Command="{Binding PlayAudio}" CommandParameter="http://www.noiseaddicts.com/samples_1w72b820/2541.mp3" /> <Button Text="Tap" Command="{Binding PlayVideo}" CommandParameter="http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" /> </StackLayout>
6.0.0.0
v5
iPhone 14
Pixel 6, Pixel 8
We are experiencing this issue as well with iPhone 12 Pro Max.
Describe the Issue in Detail
When using the Media Commands referenced here https://mobiledocs.rockrms.com/essentials/block-commands/media-commands Audio or Video doesn't work. In Android it doesn't play and shows a blank screen, but on iOS it crashes the app.
Can reproduce in
Steps to Reproduce
Create a page and put a Content block on it. Copy and paste the XAML from below.
Expected Behavior
An audio or video player will pop up and start playing.
Actual Behavior
Android has a blank screen and nothing plays. On iOS the app crashes.
Screenshots or Videos
Reproduction XAML
Mobile Shell Version
6.0.0.0
Last Known Working Version
v5
iOS Device Type(s) and iOS Version(s)
iPhone 14
Android Device Type(s) and Android Version(s)
Pixel 6, Pixel 8