jPlayer doesn't play audio file automatically in iPad
问题 I am trying to play audio file using jPlayer in iPad. It works fine in Safari on my local PC but when I tried to open it in my iPad it doesn't play audio automatically. Please help me. Thanks 回答1: You may have to initialize jPlayer on user action in Mobile Safari. The first time a media element is played must be initiated by a user gester. ie., The user must click the play button. This affects the operation of a jPlayer("play") in the ready event handler. The browser will ignore the command.