Jim Wright

Results 11 comments of Jim Wright

I think you should only call initializeFirebase if you're running in the web platform. If you look at the example that's what they've done: https://github.com/priyankpat/capacitor-plugins-example/blob/firebase-analytics/src/App.tsx#L38

Sorry, I don't think I was clear with what I was suggesting, I end up doing: ``` import "@capacitor-community/firebase-analytics"; import { Plugins } from "@capacitor/core"; const { FirebaseAnalytics, Device }...

Its less flickering when dragging slowly, don't think its different enough to be considered a fix though.

@SomeKittens , I wasn't working on persisting the sizes, just caching them during the session as per #100 which @petrsimon ended up resolving with his PR I believe. I think...

I'm looking into this one today.

Believe I have a fix for this, need to tidy up and write a test before submitting PR.

DjRAST the solution I'm working on does not resolve that issue, though it is related and what I have could be an incremental fix towards resolving the behaviour you're talking...

I'm going to be on vacation this week and it's doubtful I'll get time to work on this before then. If anyone else is interested in working on it you...

@nitech Haven't looked at it in a few weeks to be honest, but thanks for the reminder. I'll try to have another look at it when I wrap a few...

@petrsimon I think that's a good approach and addresses some of the issues I was having. Have you created a plunkr using this branch so that these changes can easily...