And now this music widget also works on an iPhone https://near.social/#/petersalomonsen.near/widget/music-nft-2 Since the music here is just a 38kb WebAssembly binary file, it needs to be converted to a WAV file in your browser using a [WebWorker](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers). And to use WebWorkers here on NEAR social they need to run inside a sandboxed iframe which have some restrictions. For example if you have an audio element you cannot use URL.createObjectURL to play that wav file from Safari/Iphone. You have to use a data url, which will be a very long one for a WAV file, but it works. For Safari/Iphone it doesn't work with much more than one minute of music, so I've limited it to that for now. But check out the full experience at the original version: https://psalomo.near.page/nftmusic/2/index.html