Audio API Not Playing on Mobile Devices in Next.js Application
I’m working on a Next.js application that includes playing audio using the HTML5 Audio API. It works perfectly on desktop browsers, but I’m encountering issues when trying to play audio on mobile devices (both iOS and Android). The audio does not play, and there are no error messages in the console.