malua

Results 12 comments of malua

I could fix it this way: In Xcode go to Build Settings -> "Swift Compiler - Lanuage" -> "Swift Lanuage Version" Set it to at least 4.2, then it works....

Did you run `pod repo update` before to update your local cocoapod repos? I had this error when installing branch-cordova-sdk before running `pod repo update`: ``` Failed to install 'branch-cordova-sdk':...

Hey, I just wanted what the correct way to this now would be. Is it still the accumulateObservables operator? I was wondering, because it is in the internales/core package. If...

This happened a lot in our production apps. I removed the rollbar sdk from android, when I created the issue. But I could not reproduce it locally. I thought you...

I think it only happens with autosize. You can test it here by setting some parent of the rx-angular scroller to display none. It will jump a little down everytime...

Thanks for the help, but unfortunately this does not fix the issue. Also with `withResizeObserver` set to false, the list is invisible after back navigation until scrolling is initiated again....

I have created a repo to reproduce the issue: https://github.com/malua/ionic-rx-virtual-scroll/tree/main I added a short README - please let me know if you have any questions! And thank you!

We are running into the same issue. For example `TWINT` a popular payment method in Switzerland requires us to open `twint-extended` and `twint-issuer` schemes. On Android that works fine, but...

Ok I tested with older versions of the clevertap-cordova plugin: The last version which works is 2.6.2. Starting from 2.7.0 it does not work anymore. So I am pretty sure...