opentok / cordova-plugin-opentok

Cordova Plugin for OpenTok - add webrtc video to your iOS or Android App
MIT License
30 stars 80 forks source link

Video Position #124

Open samurodrigo opened 6 years ago

samurodrigo commented 6 years ago

Bug Report

Current behavior By using the offsetWidth, offsetHeight, offsetTop, offsetLeft properties of the div containing the video, it may occur that it is not positioned correctly on the screen.

Steps to reproduce Put the video inside a div styled as this jsbin: https://jsbin.com/poxuyetipi/edit?html,css,output

What is the expected correct behavior? The video must obey the position of the container.