Quick motion gesture across the touchscreen.

learn more… | top users | synonyms

1
vote
1answer
19 views

Adding swipe support in HTML5/JQueryMobile/PhoneGap

I'm working on a PhoneGap project and we want the user to be able to be able to swipe items off of a list. JQueryMobile has events for .swipeleft() and .swiperight(), but those are boolean events; ...
0
votes
0answers
11 views

Barousel/ thslide carousel move to next item in carousel jQuery

I am using the following carousel (barousel): http://labs.juliendecaudin.com/barousel/ What I really need is the correct jQuery call to move the carousel above just one scroll to the left based on a ...
0
votes
1answer
20 views

jQuery mobile responsive panel swipe open/close dismiss

The goal is to have a page with two panels (left-panel, right-panel) that open and close on swipe events, but also enable a responsive design (such that when the screen is large enough, the user can ...
-2
votes
1answer
15 views

convert scroll view with texts to pages like reading a book [closed]

I'm having an epub reader, The reader gets an html content which is now set to a TextView and this is showing like a scroll view, if there are too many contents than the screen size. My objective is ...
0
votes
0answers
13 views

Touch and swipe for overlapping views

I'm trying to reproduce Gmail's behavior in e-mails main list, the user can: click on a listview's row to display the e-mail swipe a listview's row to perform some action on this e-mail. For that, ...
2
votes
2answers
66 views

Implementing 47degree android-swipelistview for swipping android ListViewItem

Actually my goal is to implement a ListViewItem Swipe in android. I have tried it and stackoverflow has several examples which can make your ListViewSwipe. Examples. Simple swipe gesture to activity ...
0
votes
0answers
23 views

Jquery swipe on iphone/ipad

I have did a page for iphone/ipad: http://n2lose.kodingen.com/mtest/index.html based on swipejs.com But i have two issue: 1. When click the Menu Icon on the header to show the navigation, click any ...
1
vote
3answers
30 views

Enable “swipe” to activate a side menu

I recently create an application that implement a side menĂ¹. The menĂ¹ actually appear by tapping on the left-up corner but i would like to implement a swipe action (like facebook app) to call it. ...
0
votes
1answer
24 views

Solve for Swipe feature (facebook) Xcode

I have found out for swipe feature and I can use it in my app. https://github.com/YoonBongKim/SwipeMenuDemo But the problem is that when i use, I need to change my root view controller like this in ...
0
votes
1answer
23 views

Blur Activity Background with Swipe in android

I need to blur activity background when i swipe from Right to Left and Left to Right. I have read about Blur or dim background when Android PopupWindow active and dim background with FLAG_DIM_BEHIND. ...
1
vote
1answer
23 views

What is used for Android Jelly Bean drop down settings/notifications collapse capability? [closed]

I'm wondering what they used to allow the user to swipe down from the top of the screen to collapse the settings/notifications panel. I'm particularly more interested in replicating the same effect, ...
1
vote
0answers
43 views

how to write a css for the slide of swipe view?

I am implementing a swipeview using this. my doubt is how should the CSS be.The CSS i implemented is as follows. .swiper-threshold { width:100%; height:350px; margin-top:40px; text-align:left; ...
0
votes
1answer
55 views

how to create custom cell in tableView (swipe cell)

I want to create one application that in self has tableview.this tableView show has many cell in self.I want when push right to left in one cell display another page in cell (like yahoo mail that when ...
0
votes
0answers
12 views

How to make simpleOnGestureListener inactive for 1 second before allowing another swipe gesture

I have a ViewFlipper setup with a TextView but need to ensure the user cannot swipe past each TextView too quickly using left or right swipe gestures. What is the best way to achieve this? I've ...
2
votes
1answer
51 views

Create a swipe between pages with CSS and JQuery

I'm trying to mock up a smartphone swipe navigation in HTML+CSS+JQuery. I'm setting few iframes that includes my HTML pages and then swipe between them from a navigation menu. that's nice, but I want ...
1
vote
2answers
43 views

Swipe between two layouts overlapped on each other in Framelayout

I want to swipe between two linear layouts which are wrapped in frame layout. At one time, only one of the linear layout is visible. I am using button to show/hide them. I want to implement swipe ...
0
votes
2answers
48 views

How to create iOS UiView that combines multiple buttons next to each other and enables swiping to selecting all of them

Right now i have a few buttons next to each other like this: User has to press all of them to select the whole row (i have a few rows). It would be natural to enable them to swipe over them to ...
0
votes
0answers
41 views

Changing swipe sensitivity with jQuery Mobile

I'm having an issue with the iPhone and swiping to other pages. When scrolling down a page the sensitivity of the motion is touchy and will swipe to the next page. Is there a way to control swipe ...
0
votes
1answer
14 views

Is there a way to control safari mouse swipe gestures?

In the latest version of OSX and safari you can use mouse swipe gestures to go forwards and backwards through your browser history. my problem: I have a page with a horizontally scrolling image ...
0
votes
2answers
88 views

How to integrate Credit card swipe reader ID tech shuffle in native iPhone Application

I want to add credit card swipe feature to my application. Please let me know if I have to do anything other than the following: Swipe the card Populate the fields on the view with the card info ...
0
votes
0answers
21 views

SwipeJS: Firefox issue

After hours of google'ing I'm just ending up posting following question here: I'm using swipejs (swipejs.com) as a responsive touch slider on my webpage. It's pretty cool and it's working fine for my ...
0
votes
1answer
38 views

Android - Image zoom library

I have this kind of use-case User is looking at ImageView, this ImageView should implement two types of gestures: Swipe left/right to move to previous/next image Zoom image (two-fingers, ...
0
votes
0answers
28 views

Swipe gesture functionality in HTML over an image map

I have a project that has several images the user can navigate around. The images have image maps that provide hot spots to touch to move to a different image. The client has asked that "swipe" ...
0
votes
0answers
22 views

Facebook image swipe?

I'm making a responsive site and have a couple of sections that I want mobile users to be able to swipe horizontally through, instead of seeing a massive list that they have to scroll past. Both ...
0
votes
0answers
39 views

android swipe on ListView doesn't get the correct row

I am using the following(Android Swipe on List) code to detect swipe on listview, and I am using a CustomCursorAdapter to populate the listview from a cursor. however, when I print the value of the ...
0
votes
0answers
26 views

plugin bxslider disable touch swipe top bottom

I use a bxlslider and in mobile, a have a probelem with touch event, Is it possible to disable the vertical touch events so it only works when the scroll is swiped horizontally.
1
vote
1answer
42 views

How do you detect swipe left/right of a notification?

I'm looking at DeleteIntent to receive a notification view swipe to dismiss. I don't see that it can return if a user has swiped left or right. Basically, I want to use a left swipe as a NO, and a ...
0
votes
0answers
5 views

Overlay CTA for user swipe to change page?

does anyone have a solid example of a mobile site with an overlay that pops up on a user's first visit that instructs the user to swipe to get to the next page of content? Any examples of this or ...
1
vote
3answers
74 views

How to detect swipe direction, touch position, etc?

If I wanted to build an app that incorporated very basic swipe detection, how could I determine swiping zones on the user view? For example, if programming a playable guitar, would it be possibly to ...
0
votes
2answers
21 views

Reposition content on iOS

Is it possible to reposition content on my page when it is viewed on an iPad/iPhone for example. I currently have content (jquery flip) with boxes in a grid shape, can these be repositioned with CSS ...
2
votes
1answer
31 views

Calling other HTML file (hyperlink) on Swipe gesture with TouchSwipe plugin

I'm looking at TouchSwipe plugin - http://labs.rampinteractive.co.uk/touchSwipe/demos/ and I was wondering how can I call other HTML file on Swipe gesture? So I have one div, where TouchSwipe works. ...
0
votes
0answers
75 views

jQuery Mobile Left/Right Swipe to Next Page not smooth

I used jQuery Mobile Left/Right Swipe to Next Page but it not smooth anymore.I have to touch more than 2 times to swipe next/ previous page. (I tested on galaxy samsung tab and another app is run ...
0
votes
0answers
20 views

Fluid swipe and scrolling 10.7 style

I'm looking to add two finger "fluid swiping" to my app. Anyone who has used the week view in the Calendar app that comes with OSX will have seen what I'm trying to do. I have a scroll view, and I ...
0
votes
2answers
58 views

How to swipe using UISwipeGestureRecognizer to slide in and refresh the SAME uitableview [closed]

I wish to update the UITableView's using a UISwipeGestureRecognizer's swipe... and make it look like it is sliding in from right (or left) then simply refresh the CURRENT UITableView's data with the ...
3
votes
3answers
44 views

How to get direction and distance with jQuery Mobiles swipe event

Is it possible to get the direction and the distance in a callback function when using jQuery Mobiles swipe event? I've found nothing about it in the official docs. TouchSwipe is a good alternative, ...
0
votes
0answers
24 views

Get a specific swiping ImageView in Android

I implemented a dynamic swiping ImageView from a folder with many pictures (with a PagerAdapter). It works, but now I would like to add specific actions on my tabs (in the top menu of my app) to go to ...
0
votes
0answers
50 views

Android App Widget Vertical Swipe: accuweather.com

On my Samsung S3 I have the accuweather.com APP WIDGET installed: when having multiple locations, you can get to the next location with vertical swipe. It also seams that they built in a crossfade ...
0
votes
0answers
53 views

ListView header captures sliding of TabHost

I have a layout. First i will tell about it. 1.TabHost and below 2.List with Header and Footer.(Header is a View, that inflates a layout). All following codings are in Fragment. This is how i am ...
0
votes
0answers
19 views

Custom a ZKReaelingTableViewCell

I've downloaded from Github a project named ZKRevealingTableViewCell . Its very interesting but there is a thing I want to modify but I don't know how to .. I explored the code , I modified what I ...
1
vote
0answers
58 views

KineticJS (4.4.3) achieve swiping between multiple pages (layers)

I'm trying to develop an app with multiple pages (layers with additional items) and a swipe-functionality to switch between them. I've tried several variants, but somehow none of them could satisfy my ...
0
votes
1answer
47 views

How to loop (from last fragment to first) in a FragmentStatePagerAdapter

I've written this class that extends FragmentStatePagerAdapter in order to swipe between views. Now I need to make the swiping list circular so that swiping after the last fragment would display the ...
1
vote
0answers
80 views

jQuery Mobile issue with panels and swipe

I am having a weird problem happening with Android devices only. Basically I want the panel to open as it should while clicking the designated button. It seems to work fine on all devices except for ...
0
votes
0answers
8 views

I swipe across the screen. How can I see if a UIImageView is in the path of my swipe?

I have a UIImageView in my main ViewController. When I swipe across my ViewController, I want to find whether my swipe goes across the UIImageView. How do I catch that event?
0
votes
0answers
57 views

Swiping, mobile HTML page

I'm busy with making a parallax website. It's all working pretty well, also on my iPad. But navigating on the iPad is not as easy as it is on my desktop. So I want to use another technique on the ...
0
votes
1answer
132 views

Navigation Type (Fixed Tabs + Swipe)

In my application i have a tabhost with a tabwidget that have several Tabs. Now i need a tab that show me inside the tabcontent a schedule grid that allow swipe to right and left to move through the ...
2
votes
1answer
43 views

Adjusting the distance of a swipe event in jquery mobile

Is it possible to adjust the distance that is necessary to trigger the swipe event, and if so how is it done?. Here the code im talking about: $('.page2').bind('swiperight', function(event, ui){ ...
0
votes
2answers
80 views

Points for the Position swipejs

I added a swipeJS photo slideshow to my jquery mobile application. I have one problem. I want such points for the count of the pictures like on the page: http://swipejs.com/ I added the following ...
0
votes
1answer
84 views

Swipe to navigate pages

I'm very new to jQuery and only have basic skills in HTML5 and CSS. I've been trying to create swipe navigation without using buttons or icons. Every code I find and try to use fails. Please help. ...
0
votes
2answers
55 views

Implement a ViewPager inside a TabHost

I'm implementing one application that have a tabhost with several tabs. I have one tab called schedule, that when i selected this tab i need to see a schedule grid that allow swipping to left and ...
0
votes
0answers
39 views

Issue between drop down menu and swipe js

In my home page of a mobile website, It requires to swipe drop down menu. So I use swipe js 2 and bootstrap dropdown. For swipe js, it requires to it's css as overflow: hidden, and that's the problem. ...

1 2 3 4 5 15