Juanjo Tugores
Juanjo Tugores
@itswaze you could give a chance to https://github.com/ldn0x7dc/react-native-transformable-image
> Is there a repro that I can add as a test? We don't have any concrete scenarios where this can be reproduced unfortunately. Our monitoring tools flagged this exception....
> The revert has conflicts since it's been two months, and it breaks customer tests, so I think it's riskier (and the fix may need a CP since I think...
> I've deployed the latest version of this PR with a small multi-view test web app I have, and it works beautifully! > > * https://dit-multiview-tests.web.app ([source](https://github.com/ditman/flutter-experimental/tree/main/multi_counter)) @ditman do you...
@gspencergoog one thing I notice while traversing multiple counters in https://dit-multiview-tests.web.app/ is that it requires two tabs to go from the button in a given view `A` to the button...
Actually just realized we might break things if this lands as we haven't implemented text inputs related functionality yet. Why/How? Text fields call "blur" when inactive which sends the focus...
Thanks @gspencergoog, in addition to my previous comment (put these changes behind a flag) I just realized we'll also need some sort of "view focus tracking system" in the framework....
@gspencergoog I think this PR is ready to be landed.
This is awesome, thanks both @johnpryan and @parlough :D! I was playing with `data-run="true"` and found that although it actually auto renders the UI it seems I'm still able to...