Naamapps
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,  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...