Marcelo da Cunha

Results 6 comments of Marcelo da Cunha

Same problem here. Ionic-selectable 4.9.0 and @angular/core 12.2.13. Re-open please. https://user-images.githubusercontent.com/33962782/141646665-1ea9aa7d-cb28-44b5-ae2c-5643ce827794.mp4

Hi guys, I analyzed the project, but I couldn't find the root cause of the problem. To move forward, I've implemented the function below for non-iOS devices. It's not the...

To put it into production, I increased the number of items to work around the problem. Below is the code snippet. I'm using ionic-selectable 4.9.0. ![image](https://user-images.githubusercontent.com/33962782/202706134-39ae6ddf-2ce3-435f-81b2-747166d27917.png)

I put 200 items per page, so the client will hardly scroll to the end.... however the problem when reaching infinity scroll, continues... https://user-images.githubusercontent.com/33962782/202711861-1f979bf4-cf39-4508-9d86-fedba635f644.mp4

Hi, I'm running Chart.js version 4.2.1 and adding the below setting in options, it solved the problem. ... scales: { gridLines: { type: 'logarithmic', position: 'right', display: false, }, },...

@etimberg in my case, I'm making compatible an App that was using Chat.js 3.9.1 to the latest version and adding the mentioned properties solved the problem in my application. Thanks...