When I'm going to another screen and back, screen recompose and I lose a session in WebView.
Mateusz Apacki
12/06/2021, 2:24 PM
When I use android.view.EditText and setId. After I return to the WebsiteScreen I don't lose a state.
One workaround is to provide Webview by CompositeLocal. And add if statement in update block, but it seems like hax 🙂
p
Pratibha sharma
02/07/2024, 4:53 AM
I am also facing same issue , what is WebsiteState here in your code ??