songz / cordova-plugin-opentok

Cordova Plugin for OpenTok - add webrtc video to your iOS or Android App
Other
162 stars 270 forks source link

Added support for DOM elements that are positioned using css-transforms. #200

Open IjzerenHein opened 9 years ago

IjzerenHein commented 9 years ago

This pull-requests add support for DOM elements that are positioned using css-transforms rather than left, top, etc... This is necessary for web-technologies such as famo.us, which exclusively depend on css-transforms to do their positioning.

IjzerenHein commented 8 years ago

Ah thanks for pointing that out. I will fix it in the forked repo. Cheers

IjzerenHein commented 8 years ago

Hi, I've pushed the fix onto the forked repo: https://github.com/IjzerenHein/cordova-plugin-opentok

cheers