Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load image in ViewPager Fragment in ScrollView wipe the view on first load #590

Open
KannushiLink opened this issue Jul 20, 2014 · 0 comments

Comments

@KannushiLink
Copy link

If I try to load image in a ViewPager Fragment, and the ViewPager is in a ScrollView, then the view in ViewPager Fragment will be wiped out after image finish loading.

However, if you load them for 2nd time [if you don't shut down the app], then the view will not be wiped out.

The problem won't happen, if you do not put the ViewPager in ScrollView, but you can't see all the text below the Pager if it's too long. :(

Test Source:

https://dl.dropboxusercontent.com/u/9274638/Bugged/ViewPagerLoadImage.zip

Happened on Android 4.3 stock and 4.4.2 stock

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant