fullscreen Questions

2

Is there a way to use fullscreen window mode in Flame 1.1.0 (under Windows Desktop)? There is no Util class from version 1.0.0 any more and the Flame.device.fullScreen(); call does not work, no mat...
Backstop asked 4/4, 2022 at 11:1

2

Solved

When I "fullscreen" an element (let's say a div), I can't get anything other elements to appear (while in fullscreen mode). Why is that happening? How can I accomplish this? Related: Is there a wa...
Resonate asked 2/9, 2013 at 17:28

15

Solved

How can I make a flutter application fullscreen. I already found out how to hide the status bar Hide Android Status Bar On Flutter App. but I can't seem to find how to hide the android navigation b...
Trefoil asked 9/10, 2017 at 6:34

6

Solved

I'm developing a PWA with VueJS. I started testing my application in real devices (Add to home screen). My application is intended to be 100% height, as it displays a map as you can see: It seem...
Billboard asked 10/8, 2018 at 14:25

7

Solved

I know how to make a window fullscreen in the "main" display, but even when moving my app's window to a secondary display connected to my PC, when I call: self.master.attributes('-fullscreen', Tru...
Denver asked 9/10, 2014 at 19:40

8

Solved

I was wondering how I could hide the navigation bar in an Android application? I know how to hide it initially, but as soon as I touch the screen it pops back up. I want to hide it the same way g...
Vexillum asked 12/6, 2015 at 21:43

10

Solved

What is the best way to make a Delphi application (Delphi 2007 for Win32) go completely full screen, removing the application border and covering the Windows Taskbar? I am looking for something sim...
North asked 18/8, 2008 at 10:56

4

Solved

In Cocoa/AppKit, given a screen from [NSScreen screens], how can I find out if there's a full-screen app running on that specific screen? I'm mostly interested in apps that use the Cocoa APIs for f...
Vaudevillian asked 24/5, 2014 at 10:56

3

Solved

I have recentrly tried a custom Toast following the tutorial: http://developer.android.com/guide/topics/ui/notifiers/toasts.html#CustomToastView With such a Layout: <LinearLayout xmlns:androi...
Loyola asked 20/10, 2012 at 17:52

3

Solved

I'm trying to monitor when the browser enters fullscreen mode. This blog is referenced everywhere I search as the guide on the fullscreen API. http://robertnyman.com/2012/03/08/using-the-fullscr...
Kandace asked 13/1, 2014 at 23:33

12

I try to show the show video (.mp4) with exoplayer in RecyclerView and ViewPager. I show the video controller with custom layout. so far so good. Now try to fullscreen the video like other video p...
Rosco asked 24/1, 2018 at 11:7

21

Is there any way of reliably detecting if a browser is running in full screen mode? I'm pretty sure there isn't any browser API I can query, but has anyone worked it out by inspecting and comparing...
Hollywood asked 26/6, 2009 at 4:22

7

I've built a web app that uses the HTML5 tag and JavaScript code that renders other content synchronized with the running video. It works great in desktop browsers: Firefox, Chrome, and Safari. On ...
Mutter asked 20/2, 2011 at 0:50

23

Solved

How can I make a visitor's browser go fullscreen using JavaScript, in a way that works with IE, Firefox and Opera?
Imre asked 14/7, 2009 at 12:35

15

Solved

I want to hide navigation bar permanently in my activity(not whole system ui). now i'm using this piece of code getWindow().getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_HIDE_NAVIGATIO...
Cosenza asked 12/2, 2014 at 9:56

3

Solved

I'm trying to add a full screen View over my app in SwiftUI. The purpose of this is to have a "shade" that fades in that will darken the screen and bring focus to a custom pop-up, disabli...
Suffix asked 9/3, 2021 at 13:17

2

Solved

Task at hand is to add support for fullscreen mode to an WebGL application written in Dart. canvas.requestFullscreen() works for simple test cases, but fails on the full app. Please point out the...
Gemmation asked 28/4, 2014 at 22:15

5

So what I'm trying to do is have fullscreen video across my website. But I would like to auto play a youtube video and automatically in fullscreen (The size of the browser window). My site navigati...
Barograph asked 15/3, 2014 at 21:18

41

Solved

How do I make an activity full screen? Without the notification bar.
Seizing asked 19/5, 2010 at 17:54

5

Solved

I've read through the Three.js API, read through the questions here on StackOverflow, I've debugged the code using firebug and chrome's debugger, I've stripped out everything I can, but I am still ...
Kandrakandy asked 3/5, 2012 at 4:50

15

Solved

I have a video, and I want it to FILL 100% of the width, and 100% of the height. And keep the aspect ratio. Is it possible that it at least fills 100% for both? And if a bit of the video has to be...
Bickford asked 21/11, 2013 at 17:22

1

I would like a website to act more like an app: in fullscreen mode. I mean, to hide programmatically the iOS' Safari toolbar like we can do it manually since iOS 13 using the Hide Toolbar button. I...
Certification asked 7/7, 2022 at 10:17

5

Solved

I want to display some custom graphics on top of a 3rd party fullscreen Windows application. Have you played any Steam games? It has an executable, GameOverlayUI.exe that lets you access Steam win...
Toastmaster asked 29/5, 2009 at 13:32

8

How can you program a dotNet Windows (or WPF) Application in order to let it going fullscreen on the secondary monitor?
Indisputable asked 15/4, 2009 at 20:27

5

Solved

I'm using a plugin called video_player on my Flutter project. I'm able to play and pause videos without a problem, but I want to make it fullscreen and horizontal. I couldn't find anything related ...
Woodie asked 20/9, 2018 at 18:24

© 2022 - 2024 — McMap. All rights reserved.