Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue]: Media Commands Crash Apps #35

Open
2 tasks done
trydyingtolive opened this issue Aug 19, 2024 · 1 comment
Open
2 tasks done

[Issue]: Media Commands Crash Apps #35

trydyingtolive opened this issue Aug 19, 2024 · 1 comment
Labels
bug Something isn't working Status: Confirmed It's clear what the subject of the issue is about, and what the resolution should be.

Comments

@trydyingtolive
Copy link

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

  • Orange App
  • Blue App

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

Screenshot_20240819-153110

Reproduction XAML

<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>

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

@trydyingtolive trydyingtolive added bug Something isn't working unverified This issue has not been verified yet labels Aug 19, 2024
@bradencohen bradencohen added Status: Confirmed It's clear what the subject of the issue is about, and what the resolution should be. and removed unverified This issue has not been verified yet labels Sep 17, 2024
@camattard
Copy link

We are experiencing this issue as well with iPhone 12 Pro Max.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Status: Confirmed It's clear what the subject of the issue is about, and what the resolution should be.
Projects
None yet
Development

No branches or pull requests

3 participants