01-21-2013 09:50 AM
Hi all,
I have a strange behavior in my app.
I have a page with a Scrollview, in this scrollview there a Label, Webview, horizontal Listview.
When I make the page and assign value for each component sometimes the scrollView automatically scroll down...
It seems to be when there is a huge content in my webview (if there isn't a webview there isn't problem).
The content can change with a user action and then the scrollView scroll down too.
The strangest is that if I put the app in background and immediatly get it in frontground, the strange behavior doesn't occur anymore.
Anyone not this before ? Maybe something append when the app is backgrounded and foregrounded that fix this behavior.
I don't understand.
Thanks.
01-25-2013 03:32 PM
Have you placed your webview directly within the scrollview, or is it placed within it's own container inside the scrollview. I noticed if the webview is placed within a seperate container inside the scrollview, it automatically scrolls to where the webview starts. However, if you place the webview directly in the scrollview without it being inside a seperate container, it seems to work properly.
01-25-2013 03:35 PM
Thanks for your interest.
No the webview is in a container, with label and other elements.
01-25-2013 11:07 PM
So I'm guessing you have it placed like this?
ScrollView
{
Container
{
Label
{
}
Label
{
}
Webview
{
}
}
}
04-29-2013 04:15 AM
I have the same structure that you guessed and the same problem. Does anyone has found a workaround ?