I have a user who has contacted me to tell me that a ajax/js populated scrollable div on my website isn't scrollable on Windows Phone 8.1 I've managed to get another Windows Phone user to confirm that the problem exists on a different model.
Unfortunatly, I don't have any emulator tools nor do I have access to a windows phone. So, i'm in a bit of a situation in testing a way to fix this.
Is there a known bug/issue with scrollable divs not scrolling on Windows Phone? And if so, is there a known solution?
My scrollable div structure:
<div style="overflow-y:auto;height:472px;width:100%;">
<!-- ajax'd content -->
<a href="#nogo" onclick="selectphoto();"><img src="http://placehold.it/350x150"></a>
<a href="#nogo" onclick="selectphoto();"><img src="http://placehold.it/350x150"></a>
<a href="#nogo" onclick="selectphoto();"><img src="http://placehold.it/350x150"></a>
<a href="#nogo" onclick="selectphoto();"><img src="http://placehold.it/350x150"></a>
<a href="#nogo" onclick="selectphoto();"><img src="http://placehold.it/350x150"></a>
<!-- end ajax'd content -->
</div>
For those who want to test, here is how.
- Create an account on http://bit.ly/1Ej6Xx7 (don't worry, it's free)
- Upload a number of photos using the 'profile uploader' (upload button in your profile)
- Then go to a forum topic in the forums (we're not going to post anything)
- Click the 'camera' icon in the 'add comment' box at the bottom
- Choose 'browse portfolio'. this will open the portfolio browser
- Try to scroll this box of images. This is what doesn't work.