SoFunction
Updated on 2025-04-03

Quickly solve the problem that audio cannot be played automatically under ios WeChat

We all know that safari on iOS cannot automatically play music, and it is useless to take the initiative to click events.

After doing the processing on WeChat, you can use the following methods to solve it.

 ("WeixinJSBridgeReady", function () { 
  (); 
 }, false); 

But now you can call it directly when you are ready on WeChat

  (function() {
      (); 
  });

The above article quickly solves the problem that audio cannot be played automatically under ios WeChat. This is all the content I share with you. I hope you can give you a reference and I hope you can support me more.