Alvaro Eduardo Falcón Morales

Results 16 comments of Alvaro Eduardo Falcón Morales

I'm currently reacting to double-tap to center the screen where the event was done. Simply by adding this: ``` private val simpleGestureDetector = GestureDetector(context, object : GestureDetector.SimpleOnGestureListener() { //here is...

@natario1 Cool! I'll do it when I have some time... I'm currently working in my project with a class that extends your zoomlayout so I add my logic there. I'm...

Could an action be added in the moveTo() method? To be called after it finishes, I think it would be more flexible that way so you can do multiple things....

I'm facing the same problem, did you solve it?

Yep it helped me a bit tbh, but I found out that my problem was a bit different but also found a fix for it, thanks for the help.

I think that might work! will try it out, thank you very much. Will reply whenever I have the time to test it if it works, thanks

I've got a roulette with game images, after adding that option this issue is still happening, may I be doing something wrong? here is an example. I've noted that resizing...

Sorry missed the message. Thank you for your reply, the thing is that I already have my custom design: ``` import React from 'react'; import {IDesignPlugin} from "react-roulette-pro"; import {EmptyGameIcon}...

Sorry missed this, will try over the weekend and let you know, thanks for the help.

Didn't have much time sorry, but I've tried removing the CSS class and changed the width to 120 as mentioned and im getting this: here is my code: ``` import...