标签: javascript jquery ios html5 cordova
如何在cordova中使用jQuery更改iOS视频音量和静音。 我试过......
videoId = document.getElementById("startVideo"); videoId.muted = true;
......但它没有用。