[android-developers] Re: webview resets when I change orientation

2012-02-11 Thread Flowers
Technically, the Activity is shutdown and a new Activity is started for the new orientation. You can prevent orientation changes altogether as Kris stated. If you do switch to a full Application instead of your Activity, you may be able to store your state outside of your activity so when the

[android-developers] Re: webview resets when I change orientation

2012-02-08 Thread JackN
Yep, you can do either. you have to manage it On Feb 8, 7:16 am, Felipe Valdez data...@gmail.com wrote: I have a webview that shows an html page, this page runsa a javascript when I tilt the devce ideways, the webview resets. this behavior is not desired is there a way to: a) make it so