iPad Safari - 隐藏箭头 'Play'

iPad Safari - hide the arrow 'Play'

在 iPad Safari(v. 9.1 13B143)上 HTML5 元素视频(蓝色按钮)上有一个奇怪的按钮。我怎样才能删除它?

我试过失败:

video::-webkit-media-controls {
    display:none !important;
}

解决方法:这不是 HTML5 播放器的问题,我发现这是 iOS 对 unicode 字符 "BLACK RIGHT-POINTING TRIANGLE" 的解释。

似乎对于这个字符 color: transparent 不起作用。