[android-developers] Re: Handling Orientation Changes that occur in another Activity

2010-06-03 Thread greg
You didn't mention if you've defined separate layout-land and layout- port for your activity. On Jun 3, 9:11 am, Jeff jeff.th...@gmail.com wrote: I am having an interesting problem and would appreciate any advice. My app uses WebView as its primary view. Using a javascript hook, it can launch

Re: [android-developers] Re: Handling Orientation Changes that occur in another Activity

2010-06-03 Thread Jeff Thorn
I have not defined these settings. I just want the WebView to fill the entire screen. Until the camera is launched, the default layout and scaling settings work just fine. It looks like somewhere the Scale setting gets changed from 1.5 to 1.0 after I call WebView.restoreState(). I don't want to

Re: [android-developers] Re: Handling Orientation Changes that occur in another Activity

2010-06-03 Thread peeyush varshney
Hi Jeff, Whenever you change the configuration of device. you ll get onConfigurationChanged() call madatory. there you need to change the layout if you define different layout for landscape and portrait mode else system will take care. No need for onConfigurationChanged(). On Thu, Jun 3, 2010