Halil Ozercan
01/16/2021, 9:39 PMviewBlock
is called whenever the state changes, instead of updateBlock
. I double checked every state parameter that I use in viewBlock
and confirmed that even if none of them changes, viewBlock
still gets executed.jim
01/16/2021, 10:36 PMaiidziis
01/17/2021, 7:22 AMallan.conda
01/18/2021, 5:15 AMjim
01/18/2021, 5:38 AMviewBlock
being called instead of updateBlock
, in which case your bug should mention that.aiidziis
01/18/2021, 5:46 AMupdateBlock
is called once for WebView
, but it fails to rerender content after receiving input events. Actually it is a bit weird because when I put app to background and open it again, then the text I wrote into text field is rendered. Attached video, to make clear what I mean.jim
01/18/2021, 6:23 AMPiotr Prus
02/17/2021, 8:33 AMallan.conda
02/17/2021, 8:35 AM