Questions tagged [multitasking-gestures]

13 questions
7
votes
1 answer

iPad - How to detect that multitasking gestures are enabled?

I created an iPad app in which it is helpful if multitasking gestures are not enabled. I know you cannot disable them from the app itself (thank god apps can't decide that on their own). But what I want to do is display a warning on startup if…
Tom van Zummeren
  • 9,130
  • 12
  • 52
  • 63
5
votes
1 answer

Check if an iPad is capable of multitasking feature in iOS 9 - Programatically

For iPad Air 2 or an iPad mini 4, we can use all three of the different multi-tasking features (Split View, Slide over & Picture in Picture). For iPad Air, iPad mini 2, or iPad mini 3, we can use Slide Over and Picture in Picture. Is there a way we…
4
votes
1 answer

iOS Multitasking gestures: Is there any way to check if the user has them turned on or not?

I know there's no way for my app to control multitasking gestures, but I'm wondering if there might be a way I can check to see if they're on or off.
morgancodes
  • 25,055
  • 38
  • 135
  • 187
3
votes
3 answers

Can an app suppress iOS's multitasking gestures?

Is there a way to suppress gesture recognition? What inspires me to ask this question is watching my grand-daughter, who is a toddler, using an iPad. Quite often, she will accidentally invoke a gesture recognizer that switches apps. An example of…
Victor Engel
  • 2,037
  • 2
  • 25
  • 46
2
votes
1 answer

How can I prevent iPad Multitasking Gesture from locking mobile web app?

If I have a mobile web app (website with meta tag name="apple-mobile-web-app-capable" content="yes") and save it to the homescreen to create the "app"... then open the app and use the four finger swipe to switch applications and switch back to the…
Smern
  • 18,746
  • 21
  • 72
  • 90
1
vote
2 answers

Onscroll gesture in all direction(Left,Right, Up, Down )

I need to detect swipe direction. In my code I can detect the direction, but it comes like, if I swipe right top right or left-top like that coming. same for the left, my requirement is without lifting a finger if I swipe left it should come only…
1
vote
4 answers

Android - Resume an activity from other application

I have two apps A(activity A1, A2, A3) and B(activity B1, B2). My process like this: A1 -> A2 -> A3 -> B1 -> B2 My question is: from activity B2, how to resume to the existed activity A3 - no creating a new activity A3 - like switching 2…
Anh-Tuan Mai
  • 1,129
  • 19
  • 36
1
vote
0 answers

multitouch slider gesture diagonal html5

My question is simple: 1- For a Multitouch table interface, with html5 on a web browser (chrome, firefox, ...) 2- I am using Hammer.js 3- I added a container (div) that you can move, drag, expand (resize) 4- Inside this "div" I added an image slider…
1
vote
2 answers

How can I prevent iPad multitasking gestures on my website

I am creating a website which provides a toucharea (a table element in this case) that collects multi-touch data from the user via touchevents (touch{start,move,end}). This is working fine and I was able to prevent the site from scrolling with…
T_D
  • 1,688
  • 1
  • 17
  • 28
0
votes
1 answer

Is there any API that can bring spilt view mode to full view mode

As we known, IOS 9 support split view mode. Is there any API that can bring spilt view mode to full view mode?
0
votes
2 answers

Four-finger Multitasking gesture activates UIPinchGestureRecognizer gesture

I am using a UIPinchGestureRecognizer, which uses 2 fingers by default. If a user decides to perform the multitask gesture, the pinch gestures action is also activated. Is there a way to cancel the pinch gesture from occurring if more than four…
0
votes
1 answer

What is the default state of the multitasking gestures option on the iPad?

What is the default state of the multitasking gestures option on the iPad out of the box?
Bassem
  • 119
  • 2
  • 7
0
votes
2 answers

How to catch losing focused event in iOS application?

My application receives and process all touch events, received through UIWindow object. So, for every touch event I create a record and at any moment I can check how much fingers on the screen... Everething worked fine until I tried to use system…
Tutankhamen
  • 3,532
  • 1
  • 30
  • 38