Hey everyone, hope you're all doing well.
I have a Power Apps canvas app with a Gallery connected to a SharePoint document library that stores .wav audio files.
In the gallery, i add an audio control to play the audio, and the media is ThisItem.'File name with extension'
On desktop browser, the audio plays perfectly. Audio.Duration shows the correct value, and playback is smooth.
But on Power Apps mobile (iOS/Android), the same audio:
1. Does not play
2. Duration shows 0
3. No error message appears
Would really appreciate help from anyone who's managed to get SharePoint audio streaming working on mobile inside Power Apps. Thanks!