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

Native Page Transitions - Kendo drawer

1 Answer 36 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Tim
Top achievements
Rank 1
Tim asked on 08 Dec 2015, 09:52 AM

I'm using the Native Page Transitions plugin in my project along with the Kendo UI adapter (which I appreciate is in beta) but as soon as I include this it breaks the Kendo drawer functionality. Can anyone offer an example of how to get this to work alongside Native Page Transitions? I've tried adding the following to my drawer link but with no luck:

data-transition-native="false"

Any help much appreciated.

1 Answer, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 10 Dec 2015, 04:24 PM
Hi Tim,

Currently, the Kendo UI adapter doesn't include logic to address the Drawer specifics. You can work around this problem by setting data-click-on="down" to the button that triggers the Drawer:
 
<a data-role="button" data-click-on="down" href="#appDrawer" data-rel="drawer" data-align="left" data-icon="drawer-button"></a>

You can also write in this issue in the plugin repository to raise its priority:
https://github.com/Telerik-Verified-Plugins/NativePageTransitions/issues/51

Regards,
Tsvetina
Telerik
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
Tags
General Discussion
Asked by
Tim
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or