I have 4 different audio files where the end user can change the order. If they press "play" the 4 sequences should play after each other. This works fine on PC's but my iPhone complains with:
[Error] Unhandled Promise Rejection: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
I know this is because a user needs to initiate a media source playing, but is there a workaround for this?
My plan B would be to have an audio file for all possible combinations, but a workaround would be way better ofcourse.