-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Pinch-to-Zoom to Primary Video #152
Comments
Hi @tihimsm, You could try one of these solutions:
I would also suggest providing a screenshot if this doesn't help. |
Actually I forgot for a second that this was for screen share. Solution 3 above isn't really an option then. I think you have the right idea using |
Thank you for your ideas. However, I want to start with a small screen state (specifically, |
@tihimsm ok do you mean you want the user to be able to pinch to zoom in and scroll the video image around? |
@timrozum |
Got it. We also would like to add this feature to our demo app in the future. We do not have any example code for this currently. However I think you may want to look at popular image viewer examples. I think an image viewer that zooms and scrolls would be similar. I think it would probably involve placing the video view inside a scroll view and incorporating a gesture recognizer. |
@tihimsm I have transferred this issue to our demo app repo so it gets prioritized better. Thanks for the feedback! |
I want to display the screen shared video from the web on iOS.
I was able to display it, but specifying
scaleAspectFit
for the VideoView's contentMode reduces the resolution.Specifying
scaleAspectFill
for contentMode, solves the resolution problem, but it cuts off the screen.Is there a solution to this problem?
The text was updated successfully, but these errors were encountered: