jitsi-meet icon indicating copy to clipboard operation
jitsi-meet copied to clipboard

Jitsimeet not working on webview IOS

Open taihoa opened this issue 2 years ago • 11 comments

I am trying to open jitsi website on a webview,

if I open it in the Safari builtin browser, it works fine.

if I open it in a Webview inside application, it said "It looks like you're using a browser we don't fully support"

is not it supposed the Webview uses Safari by default? then, why Safari works, while the Webview is not supported?

taihoa avatar Jan 12 '23 04:01 taihoa

It should work, yes. What iOS version are you using? Are you overriding the UA string by any chance?

saghul avatar Jan 12 '23 07:01 saghul

It should work, yes. What iOS version are you using? Are you overriding the UA string by any chance?

I using IOS version 15.7. I tried overriding the UA string to 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36' But it work only on iphone not work on ipad.

Have you the UA string work good for IOS?

taihoa avatar Jan 13 '23 02:01 taihoa

I am encountering this problem too with iOS version 16.2. Opening the Jitsi Meet via WebView too and didn't override any user-agent. There might be a false detection in this part: Screenshot 2023-01-30 at 12 45 54

empongpat avatar Jan 30 '23 05:01 empongpat

What UA string are you presenting?

That check is for the legacy IE 11 so not relevant here.

saghul avatar Jan 30 '23 07:01 saghul

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Jun 13 '23 02:06 github-actions[bot]

Did anyone find a solution to this?

mokkymiah avatar Jul 25 '23 14:07 mokkymiah

I think this is due to incorrect browser detection. Ping @hristoterezov

saghul avatar Jul 25 '23 16:07 saghul

same issue

ealbers avatar Jan 16 '24 16:01 ealbers

Why has this been closed? It is an active issue, the problem still persists and our users don't understand what's going on and why we can't solve it because it works on some iPhones but not on some iPad with comparable iOS version.

dlatikaynen avatar Feb 15 '24 10:02 dlatikaynen

same issue +1, hope to resolve

uyoufu avatar May 17 '24 02:05 uyoufu

I think this is due to incorrect browser detection. Ping @hristoterezov

Yes,you are correct,I resolved this issue by the arctile jitsi not supported in IOS xamarin webview When I append Mozilla/5.0 (X11; Linux i586; rv:31.0) Gecko/20100101 Firefox/31.0 to the webview UserAgent,it works well

uyoufu avatar May 17 '24 05:05 uyoufu

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Jul 20 '24 01:07 github-actions[bot]