Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 486 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 486 Bytes

iOS WebView Video Subtitles

   

Requirements:

  • Embedded media must contain the <track> tag if there are associated subtitles
  • The src of that track must be a .vtt file

If the <video> has a <track> iOS will display a chat bubble button that will allow the user to select a caption setting.

See video.html as an example.