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

Swipe in Kendo Ui Not Working

7 Answers 263 Views
AppBuilder Windows client
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
THIYAGARAJAN
Top achievements
Rank 1
THIYAGARAJAN asked on 30 May 2013, 09:51 AM
Swipe Operations in kendo Ui is not working. can u give reference for swipe with kendo ui project

7 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 30 May 2013, 01:12 PM
Hi THIYAGARAJAN,

Swipe events are supported and working in Kendo UI. For more information refer to the online example and the documentation.

Regards,
Steve
Telerik

Don't miss the Icenium May Release Keynote - sign up now!
Share feedback and vote for features on our Feedback Portal.
0
THIYAGARAJAN
Top achievements
Rank 1
answered on 31 May 2013, 09:53 AM
Swipe with transition  is not working for Kendo UI. Can u give reference with transition along swipe operations.
0
Steve
Telerik team
answered on 31 May 2013, 10:57 AM
Hi THIYAGARAJAN,

We're not sure we understand your question. If your goal is to change the view, hook up to an swipe event and invoke navigate. If you talk about something else, please elaborate or best show us a sample/video that exhibits the desired behavior.

Regards,
Steve
Telerik

Don't miss the Icenium May Release Keynote - sign up now!
Share feedback and vote for features on our Feedback Portal.
0
Nod
Top achievements
Rank 1
answered on 20 Aug 2013, 02:20 PM
Hi
how to change view with swipe? how to invoke navigate then? i searched whole day and did not find anything that explains how to change the page with a swipe. i also want to include an event while swiping to next page. thanks
0
Deyan Varchev
Telerik team
answered on 23 Aug 2013, 12:39 PM
Hello Nod,

 In order for you to navigate to a specific view in a kendo UI mobile app you need to use the navigate method of the Application object - here is the documentation about this. If you need to get your function called when the view is showing upon, you need to hook up to one of the kendo view events - beforeShow, show or afterShow. Here is the documentation describing this APIs.

 If you need any more help on this topic, please write us back.

Regards,
Deyan Varchev
Telerik

Do you enjoy Icenium? Vote for it as your favorite new product here (use short code H048S).
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
0
Michael
Top achievements
Rank 1
answered on 12 Nov 2014, 01:31 AM
I agree would be helpful to have a demo on how to invoke swipe page transitions. 
0
Anton Dobrev
Telerik team
answered on 14 Nov 2014, 03:59 PM
Hi,

@Michael

The demo about the swipe and other touch events is located here. The API reference can be accessed in the Kendo UI documentation at this link.

For example, consider that an item is bound declaratively to a swipe event in a hybrid mobile app:
<div data-role="touch" data-enable-swipe="true" data-bind="events: {swipe: onItemSwipe }">
    <h3>Swipe Here</h3>
</div>

Here is the handler:
function onItemSwipe (e) {
     // do something
};

Please, let me know if you have questions.

Regards,
Anton Dobrev
Telerik
 

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

 
Tags
AppBuilder Windows client
Asked by
THIYAGARAJAN
Top achievements
Rank 1
Answers by
Steve
Telerik team
THIYAGARAJAN
Top achievements
Rank 1
Nod
Top achievements
Rank 1
Deyan Varchev
Telerik team
Michael
Top achievements
Rank 1
Anton Dobrev
Telerik team
Share this question
or