Phone Orientaion - WebView Page gets Reset

selvamurali

Active Member
Licensed User
Longtime User
I'm using webview in b4a.
while rotating the phone, Orientation gets changed and also the webview gets initialised. Help me for continuing with the same page even after the orientation is changed.

Regards,

S. Sudarshana
Usha Devi
 

selvamurali

Active Member
Licensed User
Longtime User
I dont have a manifest editor. so I changed the AndroidManifest.xml. It itz getting reset while executing the project. I also copied and renamed the file as AndroidManifest.custom.xml and included

android:configChanges="keyboardHidden|orientation"

But i still dont get it...

Please help
 
Upvote 0

selvamurali

Active Member
Licensed User
Longtime User
AndroidManifest.xml is getting reset when the is project is compiled and executed. Also tried to copy in AndroidManifest.custom.xml but still of no use
 
Upvote 0
Top