添加playsinline到您的视图中,如https://developer.apple.com/library/content/releasenotes/General/WhatsNewInSafari/Articles/Safari_10_0.html中所述
例如
<video autoplay preload="auto" playsinline controls>
<source src="....">
</video>
Run Code Online (Sandbox Code Playgroud)