Odo Maletzki
Odo Maletzki
same problem with chrome on android. https://web-maker-app/firebaseapps.com/__/auth/handler... opens in new tab but tabcloses after a second or so. Sometimes I am able to see the github login page in the...
maybe try this: ``` function signinGoogle(cb) { var provider = new firebase.auth.GoogleAuthProvider(); // firebase.auth().signInWithPopup(provider).then(function(result) { firebase.auth().signInWithRedirect(provider).then(function(result) { console.log("Google signin successful") // This gives you a Google Access Token. You can...
Same here. Will this be fixed?
works again. strange
MIT
Following this workaround: #1898 In Blink/Smarter Keys/SmarterTermInput.swift I changed line line 180 from ``` if KBTracker.shared.isHardwareKB { ``` to ``` if isHardwareKB { ``` Actually, I didn’t understand the logic...
but with this workaround the smart key bar looks scambled and is not usable when a physical keyboard is attached