Commit aaca7c2a by Kim Eunchul

#40385 【TECSS(Biz) webviewer 1.9】pdfコンテンツを回転した状態でコンテンツBGMとページBGMが再生される

parent 6fb6f1ba
......@@ -5341,7 +5341,7 @@ CONTENTVIEW.playAllAudio = function() {
} else if (CONTENTVIEW.TypeAudio1 != '') {
CONTENTVIEW_CREATEOBJECT.createAudio(CONTENTVIEW.srcAudioType1, CONTENTVIEW.TypeAudio1);
}
} else {
} else if ($('#rotatebtnR').attr('angle') == '0'){
if (document.getElementById("play_audio_0") != undefined) {
if (CONTENTVIEW_GENERAL.avwUserEnvObj.isIos()) {
//document.getElementById("play_audio_0").load();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment