views:

90

answers:

0

a video element that was appended will not honor transforms.

$parentDIV.append('<video id="myvideo" src="http://site.com//video.m4v"&gt;&lt;/video&gt;');

this transform fails to work on the iPad (but works on the desktop)...

$parentDIV.css('-webkit-transform', 'translateX(100px)');