Can you help me this problem with auto preload

Hello everybody. i have a problem with handle a button to play() an audioPlayer. all platform or windows can auto preload onReady but ios it NOT. Maybe apple already disable auto preload. Have any solutions for this. Thanks!

You can find all the functions and properties of the audio player that you can access via code in the reference:
https://www.wix.com/corvid/reference/$w.AudioPlayer.html

If it is mentioned in the reference and you use one of them and it does not work on a specific operating system - we can not help it, it might be deprecated for specific browsers/operating systems/ios versions etc.

thank you!