Currently when the screen orientation is changed then the letters written disappears.
Expected that letters should not disappears on changing the orientation. :)
I think I may just lock the orientation to portrait ;)
Can i fix this ??
@saketkumar95 sure, go for it :)
Maybe saving the letters entered to bundle and restoring them is a better idea? @gpeal
@the-dagger Yeah i too thought of that only but @gpeal said to lock the orientation so created the PR for that. :)
@the-dagger Yeah that would definitely work too. I don't see any need for the sample app to be landscape anyways so that seemed like a simpler fix :)
Alright, makes sense. :)
Most helpful comment
I think I may just lock the orientation to portrait ;)