请参阅此JSFiddle:
Rihanna的歌曲在没有沙盒的情况下播放,但在沙盒中时会抛出JS错误。
有问题的iframe:
<iframe sandbox="allow-same-origin allow-scripts allow-popups allow-forms" width="100%" height="200" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https://api.soundcloud.com/tracks/67658191&auto_play=false&buying=false&liking=true&download=false&sharing=true&show_artwork=true&show_comments=false&show_playcount=true&show_user=true&hide_related=false&visual=false&start_track=0&callback=true">
</iframe>
Dire Straits的歌曲在两种情况下都很好。
关于如何让它在沙盒版本中一直运行的任何想法?