When running against iOS 8, I began to see the following exception coming from the deep bowels of UIWebView:
UIWebView
[WebActionDisablingCALayerDelega
I found that by adding "-webkit-transform: translateZ(0px);" to the scrollable content (I have a div inside my scrollable container), it fixed the issue for me. Hope this helps.