Lincoln Baxter, III

Results 245 comments of Lincoln Baxter, III

Also seeing this issue where `in_app: []` is an empty array. This is causing validation failures. I think this might be related to https://github.com/j3k0/cordova-plugin-purchase/issues/1470 Any suggestions?

Bumping this. Still happening since the v13 update of cordova-plugin-purchase - was not happening before.

We also need this data for our server validation. Was this removed intentionally?

You can do this using DOM listeners and the "scrollContainer.scrollToPosition" method. Just keep track of which element is selected, then calculate the position of the next/previous one, and call the...

Unfortunately not a good one. It's pretty embedded in my application, but here's the general idea: This would track the index of the selected item (and presumably highlight it) ```...

There is another library (not a fork) that I think deserves a look: https://github.com/lVlyke/lithium-ngx-virtual-scroll It's actually quite simple, supports responsive changes to the viewport size very well, and is quite...

I suggest using a different library. Or a different fork of this library. This one is dead. https://github.com/lVlyke/lithium-ngx-virtual-scroll https://github.com/iharbeck/ngx-virtual-scroller (a fork of this one that is more up to date)

I've adjusted the styles to make the issue more apparent. Repo: https://github.com/TopDecked/ionic-swipe-gesture-bug I realized it also has to do with the menu: Video of issue: https://photos.google.com/photo/AF1QipMiQEB4oBy8sfMnk4Q__uRjKddDWi3GNZ62rkc Note, this happens both...