3

So I found a problem with my website so have added in

“-webkit-overflow-scrolling: touch”

So that the scrolling left-right now works when content overflows (all the content is within an iframe). However I've noticed that when you scroll either vertically or horizontally within this iframe any content that wasn't initially draw on the page is not shown, it's just white.

Is there something I'm missing?

Matthew Evans
  • 245
  • 4
  • 13
  • It would seem with reference to this post: http://stackoverflow.com/a/8275972/1386656 - there is a problem with iFrames when used in combination with -webkit-overflow-scrolling, any work a round for this would be greatly appreciated – Matthew Evans Jun 07 '12 at 13:10

1 Answers1

1

http://cantina.co/2012/03/06/ios-5-native-scrolling-grins-and-gothcas/

This pretty much sums it up, and provides one pretty poor but usable implementation. The fault lies with Apple and this will be a temporary workaround.

Matthew Evans
  • 245
  • 4
  • 13