This is a migrated thread and some comments may be shown as answers.

Opera Mobile (Android) scrolling

1 Answer 38 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Martin Roussel
Top achievements
Rank 1
Martin Roussel asked on 18 Dec 2012, 08:47 PM
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):

<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

1 Answer, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 20 Dec 2012, 02:44 PM
Hello,

Thank you for bringing this problem to our attention.

I have logged it into our database and we will do our best to have it fixed for one of the upcoming releases. Here you can find the PITS Issue: Public URL. Unfortunately, I am unable to provide suitable workaround at this moment. Please excuse us for the inconvenience.

As a small token of gratitude I have updated your Telerik points accordingly.

Kind regards,
Dobromir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Splitter
Asked by
Martin Roussel
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Share this question
or