Hi,
I'm trying to implement a gallery feature - the pictures are displayed in a ScrollView and a click on the "Detailview" Button openes a Modalview which contains another Scrollview that is dynamically populated.
It works fine but I've problems with the second page of the ScrollView within the ModalView. It doesn't display the image but all other pages are working.
The strange thing is that this behavior only occurs in certain situations
- If I access the first page the second page is missing (not showing a picture) - all other pages are displayed correctly
- If I access the second page the picture is shown correctly but I can't scroll to the right side (as if there were no more items left) - A scroll to the left page resets the behaviour and all pictures can be scrolled correctly afterwards.
- If I access a page higher than the second one everything works as expected.
To see the described behavior you may find my example here: http://jsbin.com/pocumu/4/edit
I'm really puzzled why this behavior occurs - any help is appreciated.
I'm trying to implement a gallery feature - the pictures are displayed in a ScrollView and a click on the "Detailview" Button openes a Modalview which contains another Scrollview that is dynamically populated.
It works fine but I've problems with the second page of the ScrollView within the ModalView. It doesn't display the image but all other pages are working.
The strange thing is that this behavior only occurs in certain situations
- If I access the first page the second page is missing (not showing a picture) - all other pages are displayed correctly
- If I access the second page the picture is shown correctly but I can't scroll to the right side (as if there were no more items left) - A scroll to the left page resets the behaviour and all pictures can be scrolled correctly afterwards.
- If I access a page higher than the second one everything works as expected.
To see the described behavior you may find my example here: http://jsbin.com/pocumu/4/edit
I'm really puzzled why this behavior occurs - any help is appreciated.