runnerup
runnerup copied to clipboard
WebView state lost when rotating device
For example, in the login page, if you rotate your device, the web page will be refreshed so we have to manually restore its states.
Before rotation:

After rotation:

I was testing on v2.4.5.0 on Android 10
That is how rotating works in Android, I do not think something can be done about it. Compare to comboboxes, similar issue (maybe crash too?).
In some views the rotation is locked for this reason, could be done here too.