Aleksandr Melentiev

Results 27 comments of Aleksandr Melentiev

@mojombo any plans to update this package to work with Atom 1.x?

Hi @robingenz, I'll try the demo app when I get a chance, but so far the only difference that I can see is that you do not `initiliazeApp` firebase app...

@aaronksaunders thank you for taking the time to set up a reproducible project; I am of the same assessment that the event may be firing from the plugin but it...

Hi @robingenz , This was tested on a physical Android device running your plugin with native auth. Firefox was the only browser that showed the error and did not redirect...

@robingenz Thank you for looking into this. Interestingly enough, step 3 under _Handle the sign-in flow with the Firebase SDK_ from the [Authenticate Using Twitter on Android](https://firebase.google.com/docs/auth/android/twitter-login) actually states: >Note...

>What do you mean exactly? Does a Google Chrome Custom Tab appear even though you have Firefox as your default browser? Or how did you notice that? Yes, exactly, Chrome...

Issue still present on both desktop and android mobile device, running `"@ionic/vue": "^5.4.0"`

@carolineschnapp @trantinan2512 You can try adding `trigger('mouseleave')` at the end so it won't get stuck in initial zoomed in state, like so: ```javascript $(this).trigger('mouseenter').trigger('mousemove').trigger('mouseleave'); ``` But the above will produce...

Played around with it a bit more in Firebug and I think I fixed the problem, just needed to add background-color: #FFF to .popover .inner classes. https://github.com/braincomb/fbootstrapp/commit/0ccc3d09657a2cf610d41a403d410be10797312d

Is this no longer supported anymore? I'm trying to paste text into a body in Sanity Studio, and it doesn't work, getting this: `DataTransfer with kind="string" is currently not supported`...