Questions tagged [split-screen]

Split screen is the visible division of the screen, traditionally in half, but also in several simultaneous images.

Split screen is the visible division of the screen, traditionally in half, but also in several simultaneous images.

https://en.wikipedia.org/wiki/Split_screen_(filmmaking)

81 questions
0
votes
0 answers

Place the selected cell in UITableview in the middle

I have a UITableview on the left of a split screen on landscape mode which has two types of cells. Type-1 cells are similar and type-2 cells occur at definite intervals between type-1 cells which contain ADs. Whenever i click the type-1 cell it…
vensM
  • 73
  • 1
  • 5
0
votes
2 answers

Disabling SplitScreen mode in Nougat

How to disable the SplitScreen mode in Android 7.1.1 without disabling the MultiWindow mode? I am using Freeform Window Mode to open multiple activities. In landscape orientation of device when an activitiy is dragged to the left or right edge of…
0
votes
1 answer

iOS 11 iPad multitasking aka 'Side by Side' with Cordova

I'm creating an app using Cordova and I would love for my app on the iPad to use this cool feature called "Split View" aka "Apps Side by Side" or "multitasking" (see picture "My goal") If I'm using a build target iOS 9 my app simply works as it was…
Pavel Kovalev
  • 7,521
  • 5
  • 45
  • 67
0
votes
1 answer

Transparent layer Unity

In my scene I have 2 camera(split screen). it's possible change the trasparency of a layer only for one camera? for examples the "layer1" have alphatrasparency = 0.5 for right camera while left camera show "layer1" without trasparency.
SGiux
  • 619
  • 3
  • 10
  • 34
0
votes
0 answers

How to handle split screen mode in Android 6.0 Marshmallow

I want to enable dual window mode in my app. I have a Huawei Honor 5x with Android 6.0.1 and EMUI 4.0.1. It has a split screen mode, but only a few apps can support this feature. How can I include it in my app?
bolex5
  • 45
  • 4
0
votes
1 answer

How to create VR split screen using OpenSpace3d?

I have been searching through internet on how to export an android application to play it in vr mode once I install it and run on my android device (using OpenSpace3d) Can anyone explain on how can I accomplish this with OpenSpace3d? So far I was…
0
votes
1 answer

Android API 24 : split screen - activity does not start back stack's activity when destroyed

I have been struggling with this bug for days. This bug happens under rare but likely condition and I just cannot find why this is happening. What happens is: In split screen mode (my app at top and another at bottom), when certain activity quits,…
0
votes
0 answers

Split-Screen in Android App Development

I was wondering if there was a way I can have part of my screen in android constantly display something, even something as simple as a piece of text or an image. I am fairly familiar with Android Development, so if there is a way to make an app that…
Kavish Munjal
  • 111
  • 1
  • 4
0
votes
1 answer

iOS9: UIViewController: viewWillTransitionToSize is not called on split view changes when viewController is running in a second UIWindow

My application uses two UIWindows, a first running the main application and a second running some stuff to be shown in foreground of all. Both windows have a view controller. When the split view size of my application changes,…
0
votes
1 answer

LibGDX mirroring/flipping a Stage for use as Splitscreen

What I want to do: I'd like to use two Stages for a Splitscreen game. With different Stages I can control Input and other things separately. One Stage is mirrored/flipped so that the players can sit opposite to each other. The problem: Unfortunately…
0
votes
1 answer

iOS 9 utilize both split screens from one app

I work on an app which uses multiple views very often. The users workflow will make them switch between different tabBar tabs all the time. When using it in a potential live environment, this would be really disrupting. iOS 9 is quite promising…
Julian F. Weinert
  • 7,474
  • 7
  • 59
  • 107
-1
votes
0 answers

Problem with full screen triangle-half design

I have split the screen into two triangles with another two triangles underneath. The condition is that each triangle must be a div because I want to animate them. It looks like that: https://codepen.io/Robert-Juszczyski/pen/ZEmPMPB Code from…
-1
votes
1 answer

navigate vim split screens when lots of files have been opened

at a time I will have more than 12-15 file opened as horizontal split screens in vim. but I will be working only on one. In order to jump between others, I had to keep track of buffer numbers which take lot of time. I have mapped j/k to jump back…
-1
votes
2 answers

My app not launching in split screen - why?

I can manually open my two apps in Split screen view, using the Recent apps button. I believe I have added the "split screen support" in my apps, as per How to enable split screen in my Android app? My targetSdkVersion is 29 and I have set…
M. Usman Khan
  • 3,689
  • 1
  • 59
  • 69
-1
votes
1 answer

Disable split screen mode for all apps in Android

What I Want: Disable user to use split screen mode for any application in his phone. What I've already done: To disable split screen mode, I need to detect which method is called and in that method I can further add a functionality to draw a custom…
Ahmad Shahwaiz
  • 1,432
  • 1
  • 17
  • 35