[Webkit-unassigned] [Bug 40885] New: Dynamically Created HTML5 Video on iPad does not play

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 20 08:08:41 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=40885

           Summary: Dynamically Created HTML5 Video on iPad does not play
           Product: WebKit
           Version: 525.x (Safari 3.2)
          Platform: S60 Hardware
               URL: http://clubajax.org/ipad-bug-fix-for-dynamically-creat
                    ed-html5-video
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mike at mikewilcox.net


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list