Skip to content

Wrong Video Scaling iOS on new beta release #25

@Who-Code

Description

@Who-Code

Again i have the issue on ios that the picture is stretched in WebRTCView.

My Version of nativescript-webrtc is '2.0.0-alpha.18'.

Following Layouts i tried but on every layout the vide is stretched into the view:

<StackLayout id="localVideoViewLayout" width="100" height="50" row="1" col="1" verticalAlignment="top" class="localVideoView">
                <ui:WebRTCView class="local-video-view" scaling="fill" id="localVideoView" loaded="videoLoaded"/>
              </StackLayout>

<StackLayout id="localVideoViewLayout" width="100" height="50" row="1" col="1" verticalAlignment="top" class="localVideoView">
                <ui:WebRTCView class="local-video-view" scaling="fit" id="localVideoView" loaded="videoLoaded"/>
              </StackLayout>

My last issue was marked as solved in the new version but seems it is currently not working completely.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions