Open IjzerenHein opened 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.
left, top, etc..
Ah thanks for pointing that out. I will fix it in the forked repo. Cheers
Hi, I've pushed the fix onto the forked repo: https://github.com/IjzerenHein/cordova-plugin-opentok
cheers
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.