Hi,
I have RadPane scrolling issues in Opera Mobile version 12.10.ADR on two Android mobile devices:
1-tablet with Android 4.0.3
2-phone with Android 2.3.4
on both, the content pane doesnt want to scroll. Here is a simplified version having the issue (im using the "Nested Splitters" demo code):
I tried using the iPad workaround CSS to the pane (below) without success
Please help,
TIA
Martin
I have RadPane scrolling issues in Opera Mobile version 12.10.ADR on two Android mobile devices:
1-tablet with Android 4.0.3
2-phone with Android 2.3.4
on both, the content pane doesnt want to scroll. Here is a simplified version having the issue (im using the "Nested Splitters" demo code):
<telerik:RadSplitter ID="Radsplitter5" runat="server" Width="700" Height="300" Orientation="Horizontal"> <telerik:RadPane ID="Radpane2" runat="server" Height="150"> Left Pane </telerik:RadPane> <telerik:RadSplitBar ID="Radsplitbar5" runat="server" CollapseMode="Forward"> </telerik:RadSplitBar> <telerik:RadPane ID="Radpane6" runat="server" Scrolling="None"> <telerik:RadSplitter ID="Radsplitter6" runat="server"> <telerik:RadPane ID="Radpane7" runat="server"> Nested Splitter Top Pane </telerik:RadPane> <telerik:RadSplitBar ID="Radsplitbar6" runat="server" CollapseMode="Forward"> </telerik:RadSplitBar> <telerik:RadPane ID="Radpane8" runat="server" ContentUrl="http://www.telerik.com"> </telerik:RadPane> </telerik:RadSplitter> </telerik:RadPane></telerik:RadSplitter><br />I tried using the iPad workaround CSS to the pane (below) without success
-webkit-overflow-scrolling: touch !important ; overflow-y: scroll !important;Please help,
TIA
Martin