Telerik Forums
Kendo UI for jQuery Forum
2 answers
24 views
Ok, so this might be a "duh" question, but is the hold function not compatible with iPad/iPhone?  It doesn't work, even in your demo.  I expect this is a "known" but nowhere in the limited documentation is it stated.
Ivan Danchev
Telerik team
 answered on 17 May 2019
1 answer
42 views

Example Dojo: http://dojo.telerik.com/@mharrison/OjITI/2

I'm trying to allow for pinch/zoom gestures on a pdf that I've embedded into a MobileView but nothing I've tried has allowed me to listen for touchstart/touchend on iOS devices. it took alot of trial an error to devise this solution between browsers using the iframe and mobile safari needing the embed tag to allow for scrolling in the pdf.  I even tried applying a kendo touch to the embed tag on init of the view but that throws a javascript error. What am I doing wrong?

Stefan
Telerik team
 answered on 21 Sep 2016
1 answer
57 views

Hi Support,

 

Is there any pinchin and pinchout gesture in KendoUI?

If yes, where can I find the documentation on this?

If no, how do I simulate this gesture?

I really appreciate if you response to this as quick as possible. 

Many thanks in advance.

Petyo
Telerik team
 answered on 18 Jun 2015
4 answers
43 views
Hi,

I want to use the touch events on a Homepage (CMS Joomla) with some divs but I haven't found any information about to use them without a view. May you be able to give me a code sample how to use it without a view and (without?) Mobile Application Object?

( http://docs.telerik.com/kendo-ui/mobile/touch )

Best,
Can

Petyo
Telerik team
 answered on 30 Mar 2015
5 answers
51 views
Hi,

I am experiencing the issue of the gestureend event not being detected
although the gesturestart event was detected.

I am using Kendo UI v2014.2.1008.

Hope to have some ideas on how to resolve this issue.

Petyo
Telerik team
 answered on 18 Feb 2015
2 answers
56 views
Hi,

we have a view (detailedView) with an image button. The image is about half of the screen. With the image button you can navigate to another view (imageGallery)
<p><a class="imageGallery-button" data-role="button" href="imageGallery.html?id=#=id#">
       <img src="#=imageGallerySplash#" width="100%" /></a>
   </p>

Also on the detailedView we want to give the possibility to navigate back with a swipe. So if you swipe to the right the app navigates back. This works fine so far.
$("#is-detailedView").kendoTouch(
           {
               enableSwipe: true,
               swipe: function (e) {
           if(e.direction === "right")
           {
                 app.navigateToView("#:back");
            }
       } });

But the problem arises if you swipe on the image button.
Then the app navigates back and directly afterwards navigates to the image gallery. It seems that if you start the swipe the button triggers and after the swipe event the app handles the button event.

Is there any possibility to suppress or cancel button events during the swipe events?

Thank you and
Best regards
Mark
Mark
Top achievements
Rank 1
 answered on 25 Sep 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
horváth
Top achievements
Rank 2
Iron
Iron
Steve
Top achievements
Rank 2
Iron
Erkki
Top achievements
Rank 1
Iron
Mark
Top achievements
Rank 2
Bronze
Iron
Veteran
Jakub
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
horváth
Top achievements
Rank 2
Iron
Iron
Steve
Top achievements
Rank 2
Iron
Erkki
Top achievements
Rank 1
Iron
Mark
Top achievements
Rank 2
Bronze
Iron
Veteran
Jakub
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?