I have a webview with android:configChanges="keyboard|keyboardHidden|orientation"
on the AndroidManifest.xml file because i don't want to reload the page when i'm changing the orienatation.
There are some pages when i'm changing from portrait to landscape and then from lanscape to portrait the page takes only half of the webview.
How can i fix it? I don't want to reload the page again. There is any way to resize the content without reload the page?