0

当我在 HTML5 视频标签上放置一个链接时。这将适用于 Safari、桌面浏览器,但在 iPad 和 iPhone 上我无法点击它。有人知道解决这个问题吗?


        <div class="video-wrapper">

            <video id="mainVideo" poster="resources/videos/poster.jpg" controls="controls">
                <source src="resources/videos/video.mp4" type="video/mp4" />
                Your browser does not support the video tag.
            </video>

            <a id="example" href="javascript:alert('ok')">Hello World</a>

        </div>
4

0 回答 0