Hello
We are experiencing issue with Switch component. When user change position(tap), most of the ui elements is moving a little bit(1-2px?) and then return back to original position. This only occures on android devices(tested on Galaxy S Advance, reported from older devices too, simulator works fine). We are experiencing same behavior on few other views that doesnt contain Switch component(mostly views with long lists with scrollbar).
I am able to reproduce the problem with fresh new project from template(kendo mobile ui). Just change initial home view like this:
<
div
class
=
"view-content"
>
<
h1
>Welcome!</
h1
>
<
a
id
=
"skin-change"
data-role
=
"button"
data-click
=
"app.changeSkin"
>Flat</
a
>
<
p
>
Telerik AppBuilder™ enables you to build cross-platform device applications regardless of your
development platform by combining the convenience of a local development toolset with the
power and flexibility of the cloud.
</
p
>
<
input
data-role
=
"switch"
data-on-label
=
""
data-off-label
=
""
/>
<
div
class
=
"img"
></
div
>
</
div
>