Hi @Anonymous ,
Can you post more details with your scenario?
How do you capture the Audio/Image?
What is the data source that Audio/Image store in?
I have made a test on my side, if the captured Image is stored to SP list in PC, it still can be viewed in mobile.
Please refer to the following steps:
1. create a Add picture control, set OnSelect property of AddMediaButton1 as below:
Patch(Contacts,First(Contacts),{'Entity Image':AddMediaButton1.Media}) /* I save the image in Contacts.'Entity Image' */2. set Image property of UploadedImage1 as below:
If(IsBlank(AddMediaButton1.Media), First(Contacts).'Entity Image', AddMediaButton1.Media)
So that if you add a picture in PC browser, you still can view the picture in mobile.
PC browser
Mobile
Hope this can help.
Best regards,
Sik