Questions tagged [multi-window]
176 questions
2
votes
1 answer
Multi window cocoa application
If there are multiple window in an application how do I pass values between them?
My first approach would be to create a NSWindowController for any window, and assign these controllers to the Application Delegate.
Am I on the right way? What do…

MatterGoal
- 16,038
- 19
- 109
- 186
2
votes
1 answer
App Launching in Corner For FreeFormWindow Support
I am trying to develop an android app which will launch in center of a ChromeBook. But even though I am setting the gravity to center it is always launching in top left corner. But if I set the gravity to any other place rather than center it works…

Nazmus Sakib
- 33
- 3
2
votes
1 answer
UWP How to detect when a window changes its location
I am using AppWindow (https://learn.microsoft.com/en-us/uwp/api/windows.ui.windowmanagement.appwindow) to create a second window for my UWP app.
I need to detect when the user changes the location of this secondary window (i.e. she drags the window…

Cristiano Ghersi
- 1,944
- 1
- 20
- 46
2
votes
0 answers
Access parent window's 'window' object from child window - Electron
Is there any way to access the parent window's window object from the child windows. I want to duplicate the content in the parent window to the child windows with a single remote connection for all windows.

yashodha_h
- 944
- 3
- 9
- 23
2
votes
0 answers
How to make Recycler View Reactive to SizeChange in MultiWindow/PIP?
I am make my app compatible to multi-window and PIP(Picture in Picture).
I have a Recycler View which is of Type GridLayout Holder having TextView and ImageView for each View Holder.
I am giving my Holder's dimension's in DP(just for info i.e it…

Anmol
- 8,110
- 9
- 38
- 63
2
votes
2 answers
Getting "Split Screen or picture-in-picture is not supported for this app"
I am trying to support split screen feature in my app.
Target SDK is 27 currently
defaultConfig {
applicationId "com.myvestige.vestigedeal"
minSdkVersion 19
targetSdkVersion 27
versionCode 46
versionName…

Sapna Sharma
- 460
- 7
- 22
2
votes
0 answers
Unable to disable app rotation in Multi-Window (split-screen) mode, Android
First of all, here are things I've done so far: (1) I handle screen rotation, orientation changes and Multi-Window related config changes inside my application. (2) I forbid all kinds of…

Sergey Emeliyanov
- 5,158
- 6
- 29
- 52
2
votes
0 answers
Video free multi window size is not changed in android 7.1
I'm working on free multi window in android 7.1.
With test application free multi window is working perfect.(please fine screenshot 1)
Now Im playing video using MX player app, at that time free multi window size is not effecting.(please fine…

GNK
- 1,036
- 2
- 10
- 29
2
votes
0 answers
Multi Windows App Structure with Electron
I'm developing a dashboard application, my intention is to have multiple windows that can be customized by selecting pre-defined window layouts. An illustrated layout would be something like this:
I'm currently shooting for Electron framework. The…

Chris
- 21
- 3
2
votes
0 answers
YouTube Player API video playback pauses in Multi Window on Android N
When I play a video using YouTube Player API and open another application in multi-window mode my activity receives onPause and video playback pauses. I expected YouTube Player API to follow the guidelines at…

Art
- 31
- 3
2
votes
2 answers
Checking multi window support
I've a problem with checking is device supports Mutli Window Mode. I'm using this function to check it isInMultiWindowMode() but it've added in API 24, and when i'm runs my app on device with lower api version it cause an exception. There is any…

wownis
- 437
- 1
- 5
- 14
2
votes
2 answers
Starting new activity that will not support multi-window
My MainActivity supports Android N's new multi-window mode. However, I would like my AwesomeActivity to NOT support multi-window.
I have tried the following:
AndroidManifest.xml

VIN
- 6,385
- 7
- 38
- 77
2
votes
3 answers
How to display two activities in android using multi-window mode?
I would like to display two activities side by side using the split view in my app. I have read the content of the below google's site and I am unable to implement the multi-window mode in android nougat. Have anybody implemented that?
Ref:…

Senthilkumar S
- 171
- 3
- 16
2
votes
0 answers
Supporting multi-window in only tablets
I have an android app wherein I want to support multi-window only on tablets and not on phone. How do I achieve this ?
What I have read so far : android:resizeableActivity is the attribute which decides whether the app as a whole supports…

Rohith R
- 1,309
- 2
- 17
- 36
2
votes
1 answer
How to Configuring App for Multi-Window Mode?
In android Multi-Window Support , how to configure app for multi-window mode?
Which attribute need to set in manifest's activity or application node to enable or disable multi-window display?

pRaNaY
- 24,642
- 24
- 96
- 146