Questions tagged [swipe]

A quick motion gesture across the touchscreen.

A quick motion gesture across a touchscreen.

2837 questions
0
votes
1 answer

Swipe div left and right in webpage

I am developing a webpage which has six items. I am trying to add a swipe event to the website using PADILICIOUS, but it's not working. Can anyone with experience with PADLICIOUS help me enable swiping the s left and right?
0
votes
1 answer

Android - how to build a 2d Dimension gallery with vertical and horizontal swiping

I want to build a custom gallery. a 2d Dimension gallery , user can swiping page vertical and horizontal. i store information like a 2d map, each page have its x and y coordinate. ======================== like first page is (0,0) upper of first…
Ah Lam
  • 167
  • 1
  • 2
  • 8
0
votes
1 answer

Multi View slide on scrollview

I'm making an App for iPad. But I faced some troubles because of Touch Event of ScrollView. I have tried with iphone sample code [link], but I can't get what I want through this sample. The reason is that my app is only for iPad. I add my sketchy…
hyekyung
  • 671
  • 2
  • 14
  • 27
0
votes
1 answer

How can I capture a sideways swipe gesture for a tableView that is inside of a pageControl?

I have a tableView that is one of the views inside a pageControl. I want to be able to capture and respond to a sideways swipe gesture if it's within the tableView, and have the pageControl respond if it is outside of the tableView. How can I do…
Lizza
  • 2,769
  • 5
  • 39
  • 72
0
votes
1 answer

Load all view controllers at the launch

I have created an iPad app that has 10 view controllers that swipe left and right to and from each other, and each have 2-10 pages for a vertical UIScrollView. The problem is only the first controller loads at the launch, so each swipe initially…
SnowboardBruin
  • 3,645
  • 8
  • 36
  • 59
0
votes
1 answer

ListView with ViewPagers

Im having trouble with my UI. It contains a ListView , with ViewPagers as List Items. The problem is that the horizontal scrolls seem to get interrupted by the ListView (catching vertical scrolls). What i want to achieve is that no matter what…
ron
  • 159
  • 2
  • 11
0
votes
1 answer

How to create a draggable panel on iphone like the notifications panel

i'm trying to create a draggable panel/view (on iphone) that you can open bottom to top something like the notifications panel of ios5, i think is a mix between sweep and draggable but i dont know. Thanks in advance for your assistance!
0
votes
1 answer

Appcelerator TableViewRow swipe

Does anyone know of a hack to allow for a left->right swipe on a tableviewrow. The default swipe action opens a delete button however I require additional buttons but want to maintain the same UX but the "swipe" event listener doesn't seem to fire…
joseym
  • 1,332
  • 4
  • 20
  • 34
0
votes
0 answers

Swiper - Prevent multi swipe

In swiper (Swiper Element) it is possible to swipe really fast, so that event slideNextTransitionStart is triggered twice before slideNextTransitionEnd is called or finished executing. How can I prevent that, so that the next…
0
votes
0 answers

Disable the swipe on mobile for the tab section on enfold

How to disable the swipe on mobile for the tab section on enfold? I had an issue on enfold template builder. I wanted to put 2 tab sections. Inside each, I wanted to have the accordion slider. However, the swiping on mobile started to interfere with…
0
votes
0 answers

How to show each slide under active slide with blur effect and the active slide with 100% width - Swiper

I'm trying to create this slider with swiper enter image description here My JS code: var Swiper_Leaders = new Swiper('.onx-swiper-leaders', { speed: 400, centeredSlides: true, slidesPerView: 'auto', …
Atena D.
  • 1
  • 1
0
votes
1 answer

Angular/Ionic: Implement swipe gesture in tables

I'm trying to implement a swiping function to create a pagination between tables. If you swipe to the right, you will go to the next page. If you swipe to the left, you will go to the previous page. Here is the code of my table:
jgcarrillo
  • 148
  • 11
0
votes
0 answers

Compose swipe animation does not push the view as entering the screen

i am using SwipeToDismiss (Material3) in order to swipe and dismiss items from a list. It works fine but i want to display a small animation for first time to the user in order to see that he is able to swipe and dismiss items from the list.…
ziselos
  • 494
  • 5
  • 15
0
votes
0 answers

React Native - Long press and pan/swipe to select element

I was trying to create a longpress and swipe/pan to focus/select element. import React, {useState} from 'react'; import { View, StyleSheet, Text, ViewProps, TouchableOpacity, } from 'react-native'; const GestureItemRenderer = ( props:…
Raybi
  • 1
  • 3
0
votes
0 answers

onSwipe of item in vertical recyclerView show views, onClick of view swipeBack item to original position, at a time only one row should be swiped

I am using android recyclerView, now on the swipe of item in recycler view I want to show two views, one for delete and one for mute, Now on click of view, the views(delete/mute) should go back and content should be in previous form, at a time only…