swipe Questions

3

Solved

I have some list of div elements ordered vertically. Using jQuery TouchSwipe plugin added swipe event to catch left-right swipe. Idea was to remove element from list by swiping it left or right sid...
Gleanings asked 30/4, 2015 at 11:10

1

Solved

I want to disable the opening of a drawer via swipe, but not the closing via the swipe or back button. I'm using fragments in my drawer, so that when the drawer opens I replace my fragment and add ...
Catarinacatarrh asked 29/1, 2016 at 12:0

1

Solved

When I delete an element as a swipe list, the swipe options stay open, I want this element to be deleted and close; <ion-item> <p><h2>{{detail.descripcion}}</h2></p>...
Cacodyl asked 20/1, 2016 at 22:11

5

I can't made Swipe action work. I did browsed through the web for a few days and found many similar questions but there is no working answer. Also I have tried TouchAction class, doesn't work as we...

4

Solved

I'm having a problem that my method @Override public boolean onTouchEvent(MotionEvent event) { return gestureDetector.onTouchEvent(event); } is never called. Any ideas why is that so? I'm buil...
Kasher asked 26/10, 2012 at 9:0

1

I want to mark that my UINavigationController is animating (push/pop) or not. I have a BOOL variable (_isAnimating), and the the code below seem work: - (void)navigationController:(UINavigationCo...
Buckinghamshire asked 20/5, 2014 at 8:20

3

I am trying to have a custom view (or image) appear when swiping left/right. I'm close to having it working, however I'm having issues with using a custom image. The effect I'm going for is simil...
Volturno asked 2/8, 2015 at 23:40

3

Solved

i have been experimenting with javascript gesture libraries. They all work great with the iPad mini, however, when I try them on my Samsung Galaxy Tab (GT-P7510, Android 4.04), the results are at b...
Leaven asked 13/2, 2013 at 13:3

1

I want to create a swipe application for this I am using ViewPager in Android. When I run the code below, it runs successfully and a blue colored Fragment is opened, but swipe is not working on thi...

1

I am trying to detect when a fragment becomes visible on a swipe view, in order to update its content when it does become visible. I am doing it like this. public class MyFragment extends Fragment...
Timaru asked 11/9, 2015 at 10:13

2

Solved

In the Android Developers gesture design section, the term "swipe" is used. In the developer section, the term "fling" is used. Are these terms synonymous? From what I have found, I believe they a...
Thence asked 3/4, 2014 at 16:31

2

I'm trying to combine these two awesome Android libraries: https://github.com/emilsjolander/StickyListHeaders https://github.com/wdullaer/SwipeActionAdapter I've worked with the SwipeActionAdapt...
Berdichev asked 4/8, 2015 at 23:25

2

Complete beginner here.. I have used the "Tabbed Activity" default from the New Project Wizard. I am trying to get it to swipe through 3 different fragments, however I simply cant see where to t...
Browse asked 5/8, 2014 at 14:24

2

Solved

I have jquery tools scroller... I like it to have touch option implemented for swipeLeft swipeRight only. When I use touch: true, it does rotates when swipeUp/Down as well.. I followed instructions...
Inherent asked 13/8, 2012 at 18:41

3

Solved

In my iPhone app, I require to recognize the swipe gesture made by the user on the view. I want the swipe gestures to be recognized and perform a function on swipe. I need that the view should ho...
Evenfall asked 25/11, 2010 at 17:47

2

Solved

I am attempting to make a swipe to unlock feature using a SeekBar. The look I am aiming for is shown here: This is composed of two images, a background, and a button. I put both the background a...
Letterhead asked 26/4, 2015 at 9:50

1

Solved

CLICK FOR FIDDLE Below is a fully functional full page touch slider I have created using hammer.js You can drag, swipe or pan to navigate between pages. The slider works as expected but I am now...
Activator asked 4/3, 2015 at 15:36

2

Solved

When I try to swipe left/right my app content also scrolls vertically creating messy UX. Is there a way to prevent it? This is how I handle swipe // angular directive link: function(scope, eleme...
Take asked 7/12, 2014 at 17:15

1

I have an HTML document that includes 3 iframes representing previous, current, and next pages. I'm trying to enable page swiping (via the jQuery touchswipe plugin), but also let clicks go through ...
Julijulia asked 24/1, 2014 at 22:56

2

I have a class that extends SimpleOnPageChangeListener and in my onPageScrollStateChanged method I want to be able to determine whether the user has swiped forwards or backwards through the ViewPag...
Caning asked 8/8, 2012 at 8:42

5

Solved

I know, that when I implement tableView:willBeginEditingRowAtIndexPath:and tableView:didEndEditingRowAtIndexPath:, a swipe-to-delete does not call setEditing:animated: at my UITableViewController (...
Marvellamarvellous asked 22/6, 2011 at 9:47

4

Solved

Does anyone have a simple example of a ListActivity displaying Textviews in a column and when you swipe left to right you see that row in a new view? This would be to say edit the data for that row...
Bowshot asked 7/12, 2010 at 4:45

5

This question refers to the SwipeListView component found here: https://github.com/47deg/android-swipelistview After trying out several implementations and fixes I found on the web I decided to mo...
Tolentino asked 24/3, 2014 at 8:27

1

Solved

I'm trying to implement a swipe to dismiss action in a RecyclerView but when I set an OnClickListener on any View in a ViewHolder it overrides all OnTouch events on that view. I can abandon OnClic...
Graphy asked 29/10, 2014 at 12:9

3

I have listview with some text. I want to show images on swipe action (almost like in gmail app). For example, if I swipe from left to right - my list item is moving right, and image is slidi...
Coombs asked 22/8, 2013 at 16:45

© 2022 - 2024 — McMap. All rights reserved.