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

Only have 1 scrollbar for entire page

I've split the screen horizontally into 2 sections (left & right) However, the 2 scrollbars are appearing on the right side of each section How can we make it so that there's only 1 scrollbar for entire page? Thanks! I've wrapped the left & right…
zhou
  • 1
  • 1
0
votes
2 answers

Android: Failing to open an activity in adjacent screen in multiwindow

I have two of my activities (same app) opened in multiwindow / split-screen. Now I want that when a user taps on a button on Screen-1, I want to open an activity in Screen-2. I have read Android's document and I think I am doing it right, but it is…
M. Usman Khan
  • 3,689
  • 1
  • 59
  • 69
0
votes
1 answer

How to view two jupyter notebooks on the same screen (I have just one monitor) using a Mac?

I welcome instructions to do this either with Jupyter Notebook or Jupyter Lab. My intent for learning purposes, is to download and open various notebooks from GitHub, and open new notebooks to replicate the original notebook from GitHub. I could…
Sympa
  • 125
  • 1
  • 1
  • 16
0
votes
0 answers

Disable split screen mode for android launcher

I would like to exit split-screen mode when the home button is pressed on android 10. I try a lot of solutions like setting android:resizeableActivity="false" in the manifest of my launcher but it did not work. Thank you for any help!
0
votes
1 answer

Split Screen of half height with half side scrollable

I am trying to make a split screen with half height. I want left side fixed and the right side scrolable, both of them having 50% height. I tried using ScrollMagic and achieved the effect with 100% height but couldn't achieve the effect with half…
Malika Arora
  • 81
  • 3
  • 7
0
votes
0 answers

Run split screen view on Android

I want to automatically run the split screen view mode after the app is run. However, I got an error as follows: "java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.myapplication/com.example.myapplication.MainActivity}:…
Bluesea
  • 135
  • 1
  • 1
  • 9
0
votes
0 answers

How do I make a splitscreen in p5.js for a video game?

I am making a video game with a group of friends. I am trying to get it to work with a splitscreen, but I can't figure out how to stop the two different screens from overlapping. I don't know if I should use createGraphics() or get another canvas…
0
votes
1 answer

Status bar icons color in vertical Multi-window Mode if the app window is in the second position

When in multi-window mode if the app window is in the second position, status bar icons color change their tint from white to black from time to time (if you rotate the phone) on Android 10 Lineage OS. There's no such bug on Samsung Stock running…
Alec Petrosky
  • 37
  • 1
  • 7
0
votes
1 answer

What is this feature name in VS 2019?

In Visual Studio 2019, I can see this icon to adjust the different panes: What is this feature name in VS 2019 and VS 2017? This handle can vertically split the editor.
0
votes
1 answer

SwiftUI : view is pushed multiple times in split screen on iPad

In my app using SwiftUI, when I want to implement split view into my app, everything works well on iPhone and even on iPad unless I go to split screen mode when using multiple apps. Here is the code : of ContentView(), if you need more don't…
0
votes
1 answer

dimens.xml for all screen sizes

I am supporting split screen in my application. I want the imageview size to be set from dimens.xml when the width changes. If the screen width = 275 , the app is taking textview size from dimens.xml . How can I make app to take the imageview size…
Vinay
  • 1,284
  • 14
  • 24
0
votes
1 answer

Multiple viewports in javafx application

I am attempting to create a multi-user, multi-screen application within JavaFX, and I am having trouble with the multi-screen part. Think an FPS with couch co-op: the screen splits evenly depending on how many people are connected locally. Every…
NotZack
  • 518
  • 2
  • 9
  • 22
0
votes
1 answer

Can't resolve symbol FLAG_ACTIVITY_LAUNCH_TO_ADJACENT

When I add the code below Android Studio shows it's not resolved, knowing that I'm targeting API 28 intent.setFlags(Intent.FLAG_ACTIVITY_LAUNCH_TO_ADJACENT); I tried to use its integer value intent.setFlags(4096); It showed me another error that…
Jack
  • 693
  • 1
  • 7
  • 25
0
votes
1 answer

Unity - split screen touch input randomly stops working mid-game

I have a simple 3D basketball game Im working on using Unity (v 2017.3.1f1 64 bit) with a split-screen, multiplayer mode...basically, if you swipe up on either side of the screen, that side will shoot a ball, and I put in a check to ensure no matter…
Matt
  • 37
  • 1
  • 7
0
votes
1 answer

How do I implement split screen for iPhone Xs Max in landscape orientation?

Apps that I've written to implement split-screen mode for iPhone Plus devices in landscape mode no longer implement split-screen mode when built and run on the iPhone Xs Max. For example the detail view cannot be constrained to right side of the…
fivewood
  • 391
  • 4
  • 11