3,495 questions
0
votes
0
answers
43
views
Full screen intent on Lock screen stopped working when Samsung Android upgraded to 14/145/16
My VoIP Android app shows a full-screen incoming call UI using Android’s full-screen intent (FSI).
On Samsung Android 16, the FSI works perfectly when installing the debug build — but fails completely ...
0
votes
0
answers
58
views
How to prevent Electron BrowserWindow from being throttled when other apps are in fullscreen on macOS?
I'm building a floating mic/system audio visualizer widget in Electron. The widget uses a panel type BrowserWindow that stays on top of all windows, including fullscreen apps.
The issue is that when ...
0
votes
0
answers
34
views
How to remove top bar in firebase studio
While using firebase in full screeen this top hide but after switching tabs in chrome this top bar appears again with firebase logo and google login info.
How to remove this. i work on chrome on full ...
0
votes
0
answers
67
views
Code fullscreen element responsive by clicking fullscreen button? Simulate a mouse click?
I'm trying to get fullscreen for iframe element immediately responsive to user input (e.g., keyboard input) without having to manually click when fullscreen to get the fullscreen responsive (think of ...
0
votes
0
answers
53
views
How to Prevent Fullscreen Overlap with Status Bar on Android 14+ [duplicate]
I tried running my Android application on newer SDK versions (like API 35), and I noticed that the app is now displaying in full screen — even drawing content under the system status bar. Previously, ...
0
votes
1
answer
245
views
SwiftUI Full Cover of Screen With TabView Not Working
I am attempting to cover the entire screen (iPad and iPhone) while using a TabView, but there always remains the bottom strip that is not covered.
struct CoverTestApp: App {
var body: some Scene {
...
0
votes
0
answers
43
views
Keyboard occupying entire screen in landscape mode in my app
I’m developing a React Native Expo app that must run in landscape mode (enforced using expo-screen-orientation). The app includes popup modals with input fields (e.g., for entering an IP address, PIN, ...
0
votes
2
answers
176
views
Problems in scaling Java swing to full screen also Windows is making it harder
I want my program to be full screen so I use the following line of code in constructor of my frame class:
static GraphicsDevice device = GraphicsEnvironment.getLocalGraphicsEnvironment()....
0
votes
0
answers
59
views
Request fullscreen after exit fullscreen mode requires a delay on Safari
I'm working with the Fullscreen API and have run into an issue on Safari.
My code:
import { useState } from "react";
export default function App() {
const [fullScreenId, setFullScreenId] =...
0
votes
1
answer
62
views
Is alt + enter on Windows purely an application message/event?
I'm using SDL which reads the operating system input. There is no special message for alt + enter, and so whereas the window gets special message from combinations of keys (such as alt + f4), alt + ...
1
vote
2
answers
117
views
Getting a full screen background image
I'm trying to create this website of this indie game studio I'm a part of and right now I'm having trouble getting this image to cover the whole page and make it the background.
I've tried different ...
0
votes
1
answer
139
views
Switching to full-screen yields different results when using the video button and a programmed equivalent
I have a simple web application to display media files (images as well as videos). By default, the application uses part of the screen for controls and the rest for display of the media files.
One of ...
1
vote
0
answers
48
views
How to make my custom gallery work at full size on my Hostinger Page Builder site?
The gallery only opens in the section area and does not occupy the entire screen. You can continue scrolling through the page even if it is in full screen mode.
<!DOCTYPE html>
<html lang="es"...
0
votes
0
answers
58
views
How to keep fullscreen mode active on a TV dashboard that updates every 5 seconds in JavaScript?
I have a dashboard that updates every 5 seconds, and it's displayed on a TV. I implemented a fullscreen toggle button using JavaScript, but every time the page refreshes or the content updates (using ...
0
votes
0
answers
137
views
Jetpack Compose: Show content in a full screen Popup
I am trying to build a Fullscreen Popup composable that shows the given content completely full screen while also hiding the system bars. Like an image or document viewer.
Right now it seems to be ...
-1
votes
1
answer
119
views
Open Windows Explorer using a google script [closed]
I'm trying to open Windows Explorer using Google Apps Script.
I'm not looking for a specific folder or anything, just to open.
I run my Google Sheet in full screen mode and don't have the Windows ...
0
votes
1
answer
48
views
How to zoom CALayer based view to full screen?
In the past, I have always used
override func draw(_ dirtyRect: NSRect)
to draw my NSViews. Since drawing in layers with wantsLayer = true makes some things easier and uses less power according to ...
0
votes
3
answers
200
views
show fullscreen view with overlay in SwiftUI?
I have 2 views:
import SwiftUI
struct SwiftUIView: View {
var body: some View {
NavigationStack {
... //show SwiftUIView2
}
.toolbar {
...
}...
0
votes
0
answers
85
views
How to do immersive full screen mode in Kotlin?
I wrote an app in Kotlin that overlays a black color over the entire screen. The app works, however I can still see the top and bottom status bars. I tried to make it full screen by adding these lines ...
0
votes
0
answers
30
views
How to properly set QMainWindow fullscreen across dual monitors when monitors aligned bottom and left monitor has smaller resolution?
My application is using Qt5.14 single QMainWIndow. I am on X11 Debian based Linux.
I need to make App window fullscreen but multimonitors must be supported and fullscreen means cover all monitors and ...
1
vote
1
answer
71
views
Creating a "second frame" for Full Screen in a Java app
I've had a few suggestions on SO regarding Full Screen for a Java app, and the most-offered suggestion is to simply create a second JFrame into which the app's main content can be moved.
In theory, ...
0
votes
0
answers
41
views
setUndecorated() not working in Java app, causes "frame is displayable" error
I'm attempting to implement a Full Screen option in my Java app (user request).
I've tried this:
private void toggleFullScreen() {
dispose();
setUndecorated(true);
setExtendedState(MAXIMIZED_BOTH);
...
4
votes
1
answer
126
views
How to implement Full Screen mode for a Windowed Java program
Expectation: It'll be easy to implement a Full Screen mode for my Java app (a fork of an existing app, for which the code is extensive and can be very difficult to work with). All I need to do is ...
0
votes
1
answer
78
views
How can I make NSCursor hide in full screen macOS window?
import SwiftUI
import Combine
struct ContentView: View {
@State private var activityTimer: Cancellable?
@State private var activityCountDownInterval: TimeInterval = 3
@State private var ...
0
votes
0
answers
74
views
Prevent iOS standalone PWA from sleeping during fullscreen video playback?
I have a PWA with "display": "standalone" in the manifest. When users watch videos in fullscreen mode on (iOS), the device goes to sleep after a while, even if the video is still ...
0
votes
0
answers
62
views
Why doesn't the fullscreen with 'navigator.keyboard.lock()' method work in a VSCode Live Server?
When I tried to get into full screen mode with keybinds disabled with JavaScript, I had to use navigator.keyboard.lock().
So that's what I did (w/o Live Server) and everything worked just fine. But ...
2
votes
1
answer
136
views
Resizing ComboBox by scaling screen size [closed]
I'd like to make my application resizable. I want to resize all child elements and its font size and images depending on the height and width.
I followed the instructions on the following page: Bond ...
1
vote
1
answer
119
views
How to Save Fullscreen State Between Scene Loads in Godot 4.3
I am currently making an options menu for my game and obviously one of the settings is to make a fullscreen. I want to have it so that when you click for it to be fullscreen, and it toggles on, and ...
3
votes
1
answer
207
views
Is there a way to mark your application as "not a game" to prevent the GeForce Experience overlay from showing?
When creating a GPU-accelerated window, Nvidia's GeForce Experience likes to inject its overlay and notify users of this:
Is there a way to automatically indicate to this software that your program ...
0
votes
0
answers
82
views
How can I make Cordova InAppBrowser cover the status bar for a true fullscreen experience in Android?
I'm using Cordova's InAppBrowser plugin to display a webpage within my app, and I want the InAppBrowser to cover the entire screen, including the status bar, for a truly fullscreen experience in ...
1
vote
1
answer
35
views
How to disable smoothing in fullscreen? (AS3)
Just as the title says. When putting the swf in fullscreen it smooths the graphics (not sure what method it is using, perhaps anti-aliasing?) and I can not find anything online that is in any way ...
0
votes
1
answer
345
views
How to add a fixed watermark on a video in fullscreen mode using an iframe in HTML?
I am working on a project that requires displaying a video in fullscreen mode within an iframe. I want to add a watermark on the video that remains fixed in the center even when fullscreen is ...
0
votes
1
answer
169
views
Background Color Issue with Scaffold in Flutter, Hiding Tab views - Extra Black Space at Top
Black space at the top. I'm working on an intro page for my Flutter app using the Scaffold widget and I wanted to hide the tab views, but I'm encountering an issue with the background color not ...
0
votes
1
answer
66
views
User WindowInsetsControllerCompat to hide systemBars,But it reappeared after the soft keyboard popped up
I use this way to hide hideSystemBar
In general, it works fine,SystemBar will auto hide
But,after soft keyboard show,SystemBar can't hide
private void hideSystemBar() {
...
1
vote
0
answers
56
views
is there function to make project open fullscreen mode with only an exit button (X) and a minimize button (-)?
my code is:
from tkinter import *
import tkinter as tk
def minimize_window():
root2.iconify()
def exit_fullscreen():
root2.destroy()
def new_root():
global root2, time_label
...
3
votes
2
answers
1k
views
Minimal PWA requirements - What is the least needed to turn a web page into an installable web app on mobile/desktop?
I have a web page that I would like to display on mobile (potentially also desktop) in fullscreen or standalone without any browser controls - like address bar and back/refresh/etc buttons.
What is ...
0
votes
1
answer
47
views
How do I create a fullscreen window so the task bar on the same monitor auto-hides?
I have Windows code where I put my app into fullscreen mode. Part of that involves auto-hiding the app bar when entering the mode and restoring the state of the app bar when exiting the mode. However, ...
1
vote
1
answer
624
views
How to Run a Flutter App in Kiosk Mode or Full Screen on Raspberry Pi?
I'm trying to run a Flutter app in kiosk mode on a Raspberry Pi 4B, but I'm having trouble getting it to launch in full-screen mode.
I've followed the instructions from the Raspberry Pi Kiosk Mode ...
-1
votes
1
answer
198
views
Android Compose: how can i code a fullScreen Dialog(no statusbar)
I need to add a fullscreen blurred background to the dialog.
but I'm unable to hide the status bar or draw beneath it.
How should I resolve this?
Here's the code:
Dialog(
onDismissRequest = ...
3
votes
0
answers
966
views
How to display react native expo app in full screen without statusbar
I tried to make a modal like a dynamic island which displays errors and messages.
When I tried to display the react native expo app in full screen by hiding the statusbar, the content of the statusbar ...
0
votes
1
answer
126
views
How to create a SwiftUI wrapper around UIPageViewController that works in full screen and when rotated?
Apple released some new SwiftUI modifiers for ScrollView in iOS 17 that allow for paginated scrolling, but I need something that will work in iOS 15 and later.
1
vote
1
answer
146
views
How does the Promise on requestFullscreen() actually work?
I'm implementing a application in a web browser that has a button to toggle full screen using the Fullscreen Browser API.
I had assumed that I could .then() the promise returned by requestFullscreen() ...
1
vote
0
answers
170
views
DXGI fullscreen swapchain rendering incorrectly on portrait orientation
I have a very simple DirectX 11 window, it renders correctly in windowed mode and is capable of switching to a Fullscreen Optimised (FSO) swapchain without issue. This is achieved via DXGI and ...
1
vote
1
answer
243
views
Error in Flutter when displaying a video (chewie) at the top of a column, and an expanded webview below, only in release mode
I want to create a Flutter app with the following layout:
A column with two children:
At the top, a video player (chewie) at the correct aspect ratio
Below, a webview covering the remaining space
I ...
0
votes
1
answer
2k
views
How to Fullscreen Ruffle flash player embedded on Google sites
I can't figure out how to Fullscreen my embedded ruffle player on Google sites.
For background, I am trying to make a personal unblocked games website for me to play flash games at school because all ...
3
votes
2
answers
262
views
Toggle between normal mode and full screen in Win32
I created a function that toggles the window between normal mode and full screen. If the width parameter equals 0, the window will be in full screen mode. Otherwise, it will be in the normal screen ...
0
votes
0
answers
64
views
Fullscreen API is preventing scroll
I'm creating a website in html, css and js that has a fullscreen function. Within this website I have a navigation bar that is changing the content displayed with innerHTML. The issue I'm facing is ...
0
votes
0
answers
256
views
Exiting full screen with Maui MediaElement make app crash
I use Shell for navigation between pages. There are two pages, the details page and the video page. The details page will navigate to the video page. In addition to the MediaElement, the video page ...
0
votes
1
answer
605
views
How to customize MaterialReactTable Toggle Full Screen width and height?
I have doing my project and use MaterialReactTable. There are features in it. Toggle Full Screen is also in it where all table show in full screen. I also have my website Header. I want to show Header ...
0
votes
1
answer
559
views
Flutter fullscreen
Excuse me, I'm new to Flutter and I'm creating an application that needs to utilize fullscreen mode but also be able to exit it. The only issue with my code is that it forces fullscreen mode at all ...