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
1
vote
1 answer

Split layout for HTML screen, content below not visible

I am trying to create a Split Layout using https://tympanus.net/codrops/2013/10/25/split-layout/ However, I am unable to see the contents below the split view. I am able to scroll but cannot see contents of element id "services". I am not posting…
1
vote
0 answers

How to detect Android Split Screen Resizing from Web View?

We are working on a webpage that is currently having issues with split screen resizing. When we change the orientation of the page on a mobile browser or do a window resize on a desktop browser, we are able to run the required updates fine because…
CustardBun
  • 3,457
  • 8
  • 39
  • 65
1
vote
0 answers

How can I make my splitscreen responsive?

I created this split screen view using split.js. Two divs are shown next to each other. You can drag the middle to make one bigger of smaller. Now it would be nice to let the two divs automatically fall below each other if the screen is smaller than…
netcult
  • 167
  • 1
  • 1
  • 11
1
vote
1 answer

How to get split screen vertical scrolling for angular app?

I have a page, the left half is a dashboard with thumbnails and the right half is a map. My issue is that as I get more entries the dashboard increases and the whole page scrolls, instead of just the dashboard. I want it to work like the Airbnb…
felixo
  • 1,453
  • 6
  • 33
  • 60
1
vote
1 answer

How do you divide the screen from the centre (vertically) to make a two player game?

So, I am programming a game which is two-players. I am trying to make it split screen from the center (vertically) where each player has their own screen and their own game is working. This would allow them to be at different stages in the game. For…
N.Haq
  • 23
  • 3
1
vote
1 answer

ffplay - Two videos (.mp4), one display screen and just a few seconds to display them together

I have two videos (.mp4), one display screen and just a few seconds to display them together. I am able to displayed them together on a split screen via ffmpeg and then opening the output file. The problem is that it takes a long time (3…
Gabe Mata
  • 21
  • 1
  • 6
1
vote
0 answers

How to get all visible running applications package names?

I have a custom launcher which is always visible and it starts 3 different apps. Starting from Android N on each app icon click (on the custom launcher) I must check whether any of the 3 applications is currently running. If no app is running, the…
1
vote
0 answers

Samsung Multi Window stops working

I'm a bit stumped. I've added mutli window support to all of my activities using an intent-filter Example:
BR89
  • 716
  • 1
  • 6
  • 23
1
vote
0 answers

Enabling Pop-up view/Split Screen View

When trying to view my android app in split screen view I get the message: The current screen does not support split screen view. The same for when I want to open it in pop-up view I get the message: Cannot open app in pop-up view How can I enable…
Cornelius
  • 3,526
  • 7
  • 37
  • 49
0
votes
2 answers

How to enable Split Screen Icon?

I accidently deleted the "Split Screen" icon on the top right side of the VS Code, idk how to get it back I tried all methods I could find. Please tell me how to get that icon back, a video or photo tutorial would be great. Thank you I asked users…
0
votes
0 answers

Android “taskbar-style” launcher which doesn't obture a part from the application window

The subject is a native Android 10 (NOT Android Auto) car head unit, that is, it works exclusively in landscape mode. For driving safety I want to write a launcher – similar to Windows Taskbar – where all recent apps and relevant apps' shortcuts…
0
votes
0 answers

I've Xamarin android application which redirects user to browser for login process. But on android 13, browser opening in split screen mode

What i need do in order to disable browser opening in split screen mode. Because of that user is facing login issues. In Android.Manifest file I've set resizeableActivity to false: android:resizeableActivity="false" here I even tried putting it…
0
votes
1 answer

Animation while playing media with ExoPlayer

so im trying to make a video player that plays media on a fraction of the screen while the remaining fraction of the screen shows different images. I am trying to tackle this using animation list:
0
votes
1 answer

unable to properly render a react split-screen component using grid and styled-components

I just learned how to create a split-screen (2 screens) component that uses "display: flex" on the parent-container and "flex: 1" on its children to produce a left-component and a right-component. Now I'm trying to create a split-screen (5 screens)…
ahauser
  • 55
  • 5
0
votes
1 answer

Getting vim to show the lines relative to other screen in splitscreen?

I am splitting one document vertically in vim using :vsp. Each side displays the relativenumber relative to the last cursor position at that side. I want to move a line from the left side to the right side using the relative number of lines. Say:…
Benben
  • 611
  • 5
  • 5