Questions tagged [swipe]

A quick motion gesture across the touchscreen.

A quick motion gesture across a touchscreen.

2837 questions
10
votes
2 answers

Android PagerView between Activities

I have five activities/screens that I would like to be able to swipe between, each has a different function but are interrelated hence the UI concept of swiping between each. I have found many discussions around ViewPager and PagerAdapters etc. but…
rabbitt
  • 2,558
  • 8
  • 28
  • 41
10
votes
2 answers

Horizontal scroll - Mobile - swipe?

Can anyone please recommend the best way to trigger a horizontal Jquery scroller using swipe gesture? We have a working web version which we would like to implement onto our Android site, but dont know the best way to approach this. We basically…
Dancer
  • 17,035
  • 38
  • 129
  • 206
10
votes
4 answers

How to draw a Line in ImageView on Android?

I'd Like to know how to draw a Line on ImageView as user swipe their finger ? Could any body explain this ? Or perhaps any Link to get start on this.
user776550
  • 125
  • 1
  • 1
  • 8
10
votes
2 answers

What are the `steps` mentioned while executing swipe() using Appium

This is just out of curiosity and cluelessness about the implementation of the method, I was going through the appium server logs for the java code : driver.swipe() Server Logs read : info: [debug] [BOOTSTRAP] [debug] Swiping from [x=540.0,…
Naman
  • 27,789
  • 26
  • 218
  • 353
10
votes
1 answer

Ionic list delete, show options

When I delete an element as a swipe list, the swipe options stay open, I want this element to be deleted and close;

{{detail.descripcion}}

{{detail.observacion}}

{{detail.total_base}} +…

SAMUEL OSPINA
  • 321
  • 2
  • 9
10
votes
2 answers

Android Studio default "Tabbed Activity", how to swipe through fragments?

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 tell the program to do it. Do I load them in as an…
itsauser
  • 103
  • 1
  • 1
  • 6
10
votes
1 answer

Jquery Swipe without jQuery mobile library

I know that this subject has been covered extensively on Stackoverflow but I cannot find a definitive answer. I am successfully detecting if the client device is a touch screen: if(!!('ontouchstart' in window)){ // detect swipe } However, I…
Alan A
  • 2,557
  • 6
  • 32
  • 54
10
votes
4 answers

Implementing 47degree android-swipelistview for swiping 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 tutorial? Show button in a list view on swiping…
Nikhil Agrawal
  • 26,128
  • 21
  • 90
  • 126
10
votes
3 answers

Is there a javascript gesture library that works with the Samsung galaxy tab?

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 best intermittent. The best results I get are in…
Relaxing In Cyprus
  • 1,976
  • 19
  • 25
9
votes
3 answers

UIScrollview limit swipe area

I am trying to limit the swipe area of the UIScrollview, but i amnot able to do that. I would like to set the swipe area only to the top of the UIScrollview, but i would like to set all the content visible. Update: - (void) touchesBegan:(NSSet…
Visky Máté
  • 203
  • 3
  • 8
9
votes
4 answers

How can I select Widgets by dragging over them but also clicking them individually in flutter?

I want to create an Interface in which it is possible to drag your finger over several Areas. This changes the state of the areas to a selected state (See images). What is the best way to approach this? Start Position: Start Dragging: Select First…
Philipp Redeker
  • 3,848
  • 4
  • 26
  • 34
9
votes
2 answers

Swipe behavior for touch applications

I'm writing a manager for ActionScript to detect SWIPE gesture. Yes, there is API to work with native (OS) gesture already, but my plan is: so it would work even for singletouch screens (usual platforms in other words. singletouch screen or just a…
average dev
  • 1,128
  • 7
  • 22
9
votes
2 answers

How to trigger 'swipeleft' event in e2e test (protractor)

For example, i have this html-code of application:
and such test: it('test', function() { browser.executeScript( 'angular.element(".swipe-cover").triggerHandler("swipeleft")' ); }); but…
Alexandr Alex
  • 91
  • 1
  • 2
9
votes
2 answers

Setting width of SeekBar to make "swipe to unlock" effect

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 and the SeekBar in a FrameLayout so that the SeekBar…
Mick
  • 8,284
  • 22
  • 81
  • 173
9
votes
2 answers

iOS: How do I swipe between views using Swift

I'm new to Swift and iOS development, and am looking how to set up a main view where I want swipe right for a second view or left for a third view. When I am in the second or the third view it should be possible to swipe back to the main view. I…
LilK3ks
  • 205
  • 2
  • 3
  • 14