hi all,
I've got a problem with scrolling on iOS-Devices.
In my application (sapui5m) I have got a panel and inside this panel there are some other panels.
because of responsive design the panels inside may have different sizes and so scrolling must be available to view all panels inside the one panel.
on desktop everything ist fine. scrollbar appears and scrolling works as expected.
on ios devices there is no chance to scroll.
the panel has following css style:
overflow-x: hidden !important;
overflow-y: scroll !important;
i've read about iscroll but i don't know if this can fix the Problem. how do i implement iscroll in design studio?
thanks in advance.
regards
Christoph