Zoom in / Zoom out on Screen Share in Mobile Version

Hi @saghul ,

Pinch zoom in not working when user share the screen in android. Only screen moving is working.
It is working fine when i run the jitsi meet master android code but when i integrate the SDK ( ./android/scripts/release-sdk.sh /tmp/repo) in my application pinch zoom is not working.

Please let me know what i need to do.

Does our released version work? That is, 6.1.0.

Yes,
Is there anything related Activity level??
When i run the jitsi meet master using react-native run-android, it works fine but when i generate the sdk using ./android/scripts/release-sdk.sh /tmp/repo ) this command and integrate that sdk in my application then pinch zoom in not working on screen share. when try to pinch zoom only screen move works.
Please help me out

Have you tried our sample apps? There might be something in your host app that is hijacking the pinching, I don’t know.

hey @saghul,

I am having the same problem. We cannot pinch to zoom on the screen share on the android device. We use react native to build our application but launch JitsiMeetActivity from the native code when we need to join a call. Is this a known issue?

Also, are you looking to release a react native SDK?

Can you also share how the pinch to zoom works in the SDK? which library do you use to make it work?

Thanks
Gurjit

Since our SDK uses RN, you are running 2 versions at the same time and we have seen problems caused by that. This might be one such problem.

Yes. No ETA yet since we got sidetracked, but we are indeed.