Hello!
I’d like to find out, if this is a known issue with Zoom?
Chrome on iPhone automatically closes the Zoom URL tab after ~ 2 sec, and Zoom doesn’t start.
We’re opening a new tab (var windowReference = window.open()), starting the session via the backend API, then setting the new tab URL (via the windowReference.location = zoom_start_url) to the start URL we get back from Zoom API. This works on desktop (both Safari and Chrome) and in Safari on iPhone (same iPhone as used for testing Chrome, and yes Zoom is installed). But Chrome on iPhone closes the new tab about 0.5 after it starts loading the zoom session URL.
Any ideas?