phonertc icon indicating copy to clipboard operation
phonertc copied to clipboard

Video view is not visible when using Crosswalk

Open joseandresromero opened this issue 8 years ago • 0 comments

After adding Crosswalk to my project when I made a call a java.lang.ClassCastException was thrown. To solve this issue I replaced the WebView casts to XWalkCordovaView and also changed the _videoParams type from Webview.LayoutParam to FrameLayout.LayoutParam, but the video view is not visible. I tested setting a blue background to _videoView to check whether it is being added to the web view or not, and in fact it is being added correctly to the webview, because when a made a call a blue rectangle appears in the video view place. The thing is that the video is not being shown.

joseandresromero avatar Jun 28 '16 20:06 joseandresromero