I use a JQuery UI Dialog with an accordion and now I'm trying to show a vertical scrollbar on with ajax loaded content inside a pane. The problem is, that the scrollbar is not appearing on an Ipad. The problem exists only on IOS-Systems (Android not tested).
Here is the initialization part of the accordion:
var uiAccIcons = { header: "ui-icon-circle-arrow-e"
, headerSelected: "ui-icon-circle-arrow-s" };
$("#uiAccordion").accordion({
autoHeight: true,
icons: uiAccIcons
});