I got an App for iOS written within the cordova framework (html/css/js). To display contents it uses the Accordion from JQuery UI. The Accordion has fixed height so that the contents needs scrolling when it's to large for one page. Til the iOS8 Update everything worked fine, now i can't scroll the contents anymore. Scrolling works when i tap on the header of the accordion but not with then content.
Anyone an idea what could cause this?
Things i checked
- cordova up to date
- jQuery up to date
- XCode up to date
- with Safari Debugger i don't find any diferences in CSS
- same App works on ios 7.1
- difference in behaviour also present in emulator of xcode
Thanks
Christian