[android-developers] Re: How to prevent a webview to be reloaded when the screen orientation changes ?

2009-05-12 Thread Ovuca
On 12 mai, 17:28, Sylvain Wallez wrote: > Ovuca wrote: > > Hello, > > > I have set an activity containing a webview which loads a page from > > the network. Each time the orientation of the screen changes the > > oncreate(...) method is called and the webview reloads its content > > again. Is t

[android-developers] Re: How to prevent a webview to be reloaded when the screen orientation changes ?

2009-05-12 Thread Sylvain Wallez
Ovuca wrote: > Hello, > > I have set an activity containing a webview which loads a page from > the network. Each time the orientation of the screen changes the > oncreate(...) method is called and the webview reloads its content > again. Is there a way to avoid the webview to reload the web page