Commit aaca7c2a by Kim Eunchul

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

parent 6fb6f1ba
...@@ -5341,7 +5341,7 @@ CONTENTVIEW.playAllAudio = function() { ...@@ -5341,7 +5341,7 @@ CONTENTVIEW.playAllAudio = function() {
} else if (CONTENTVIEW.TypeAudio1 != '') { } else if (CONTENTVIEW.TypeAudio1 != '') {
CONTENTVIEW_CREATEOBJECT.createAudio(CONTENTVIEW.srcAudioType1, CONTENTVIEW.TypeAudio1); CONTENTVIEW_CREATEOBJECT.createAudio(CONTENTVIEW.srcAudioType1, CONTENTVIEW.TypeAudio1);
} }
} else { } else if ($('#rotatebtnR').attr('angle') == '0'){
if (document.getElementById("play_audio_0") != undefined) { if (document.getElementById("play_audio_0") != undefined) {
if (CONTENTVIEW_GENERAL.avwUserEnvObj.isIos()) { if (CONTENTVIEW_GENERAL.avwUserEnvObj.isIos()) {
//document.getElementById("play_audio_0").load(); //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