-
-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working