WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
40885
Dynamically Created HTML5 Video on iPad does not play
https://bugs.webkit.org/show_bug.cgi?id=40885
Summary
Dynamically Created HTML5 Video on iPad does not play
Mike Wilcox
Reported
2010-06-20 08:08:41 PDT
See blog link for full details. Affects WebKit on iPad only. When you create the video object with createElement or innerHTML, the video does not load properly. document.write does work, but this is not much different than using straight markup. Workaround is to load the video file again after creation: p.node.getElementsByTagName("video")[0]; video.src = "myVideo.mp4"; video.load(); NOTE: Not sure of the iPad Webkit version. Is the drop down above up to date? It lists Safari 3.2 as the latest production version.
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2010-06-21 22:22:22 PDT
Please file bugs specific to iOS WebKit via <
http://bugreport.apple.com
>.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug