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

Erratic Peek behavior under Android(Dolphin)

1 Answer 22 Views
TileList
This is a migrated thread and some comments may be shown as answers.
dhlennon
Top achievements
Rank 1
dhlennon asked on 18 Jun 2013, 08:47 AM
I am experiencing odd behaviour with peek template animations under the default android browser (fine in other platform/browser combinations)

I am guessing this is something similar to the RadRotator RelativeWrapper issue?

With Rotator this fix works;
.RadRotator .rrRelativeWrapper {
    overflow: hidden;
}

Can you let me know the equivalent css class names for TileList so I can see if this is the case please.

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 18 Jun 2013, 12:14 PM
Hi,

The div that holds all the content of the tileList has the rtlistScrollWrapper class. The structure of the controls is not entirely similar, yet you can try using that.

I would also ask that you explain the issues you have in greater details so we can also look into them. Whether you are using the default Android browser (and its version - the OS version) or the Doplhin browser an also help.

The control is still in its beta phase, so the support for Android is still under development and we are aware of some issues. For the time being I would suggest setting the ScrollingMode to Native or None for android (you can do that through the control's client-side API as well) and see if this helps.


Regards,
Marin Bratanov
Telerik
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 the blog feed now.
Tags
TileList
Asked by
dhlennon
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or