b2科目四模拟试题多少题驾考考爆了怎么补救
b2科目四模拟试题多少题 驾考考爆了怎么补救

xenapp 65_xenapp 6.5 receiver_citrix xenapp怎么登陆

电脑杂谈  发布时间:2017-03-13 00:02:44  来源:网络整理

xenapp 65_citrix xenapp怎么登陆_xenapp 6.5 receiver

xenapp 65xenapp 65

I'm investigating a curious problem with crashing IE11.

Our Environment is a website running in IE11 deployed via Citrix Xenapp to iPads with Citrix Receiver.

IE11 11.0.9600.17631

XenApp 7.6

Windows 2012 R2

Citrix Receiver 5.9.4

iOS 8.1.3

In approx. 10% the cases of opening the website the crash of IE occurs.

The use case is, that we want to play a sound when buttons are pushed.

Investigation

We nailed it down to the html5 audio tag which causes the trouble.So we built two minimal examples for reproducing this failure behaviour.On with plain html5 audio tags and the other with scripted audio elements:

<!-- audio1.html -->
<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
</head>
<body>
    <audio id="player" controls preload="auto">
      <source src="img/sound/beep.mp3" type="audio/mpeg" />
      <source src="img/sound/beep.ogg" type="audio/ogg" />
      <source src="img/sound/beep.wav" type="audio/wav" />
    </audio>
    <audio id="player2" controls preload="auto">
      <source src="img/sound/beep2.mp3" type="audio/mpeg" />
    </audio>
    <audio id="player3" controls preload="auto">
      <source src="img/sound/beep3.mp3" type="audio/mpeg" />
    </audio>
    <audio id="player4" controls preload="auto">
      <source src="img/sound/beep4.mp3" type="audio/mpeg" />
    </audio>
</body>
</html>


本文来自电脑杂谈,转载请注明本文网址:
http://www.pc-fly.com/a/tongxinshuyu/article-37181-1.html

相关阅读
    发表评论  请自觉遵守互联网相关的政策法规,严禁发布、暴力、反动的言论

    热点图片
    拼命载入中...