Naamapps

Results 63 comments of Naamapps

I have this problem as well. My svgs are precached in the main method. I have a list of svgs in a page. When navigating to that page for the...

@dnfield I'm on Android

Hey @dnfield, It's every run. But only once for every run. All other times in a run, it is smooth. Like I said, I preloaded all my svgs in the...

Hey @dnfield, Any updates on this?

Just happened to me too. @jhomlala Please update exoplayer version :)

Hey @SandroMaglione, I think this is what he meant, ![VideoCrop1604168677305](https://user-images.githubusercontent.com/37176893/97786903-51300a00-1bb7-11eb-827b-0190126c83bd.gif) I would also like to have this feature, Please consider adding it to your package. Thanks for everything 👍

The package prevents the list view from scrolling when the panel is not expended and scrolled already. I think it requires a change in the code for it to scroll...

Hey @joanpablo, Sorry I didn't write an example. My use case for this is rebuilding a widget when a form control has errors. So when touching the form control I...

@joanpablo , What I mean is that I want to know when the error message is on screen. Because the control has an error from the start (required control -...

@joanpablo, I tried it. It is not working because the control is already invalid and its not rebuilding when unfocusing from code for some reason. I wrote the `ReactiveTouchListenableBuilder` by...