ThatOneCalculator / google-chat-tauri

Google Chat as a native app on Linux, macOS, and Windows with Tauri

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

login hangs when using yubikey as MFA

squalou opened this issue · comments

see #1 for a screenshot.

Using a security key usually requires the browsers to ask for permission to use them.

Tested with app 0.0.6 on PopOS : the login window hangs waiting after login / password is entered.

Hello,

No issue for me
app : 0.0.6
ubuntu 22.04.3 LTS

will try again with a "decent" connexion

apparently google expects people to have a gigabit-rated connexion to use a messaging app :)

Out of curiosity, can you download GNOME Web and see if it works on the browser?

Good guess : it does not work either.

I'll close this as out of scope, a bug report should be filed here under webkit2gtk: https://bugs.webkit.org/

...or maybe with Pop!_OS? Since it worked for @pavriet-boxtal

yeah it's weird, but obviously not something you can fix here :)
Discovered some 2022-ish issues on webkitgtk about this, not addressed yet.

That's probably the difficulty with Tauri approach : you'll always have a behaviour dependant on html rendering engine installed on end-user OS.

Probably flatpak will help in the end (While saying that ... I've juste tried flatpak version of epiphany - the one of gnome 45 - also failing but I can hit F5 and then "choose another way" which would be fine if tauri allows that ?

You might be able to right click -> reload on your system webview impl