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

TBPublisher z-index #154

Closed IvoPelayo closed 5 years ago

IvoPelayo commented 5 years ago

Bug Report

Current behavior

When publisher video comes up, its always in front of the view, even when a negative z-indez is passed.

Steps to reproduce

InitPublisher with a negative z-index

What is the current bug behavior?

OT.UpdateViews is not updating publisher´s z-index (I can change position).

What is the expected correct behavior?

TBPublisher should be behind the view when z-index is negative

Relevant logs and/or screenshots Subscriber with negative z-index is behind the view. screenshot_2019-01-23-15-54-19.

msach22 commented 5 years ago

This is a duplicate issue of: https://github.com/opentok/cordova-plugin-opentok/issues/128