Top "Fullscreen" questions

A fullscreen object occupies the entire screen.

How to set activity to fullscreen mode in Android?

How to set full screen mode for activity in Android? I am using the following code to set full screen …

android android-activity fullscreen android-fullscreen
Android-Video View in Fullscreen

I am trying to make this VideoView to appear in full screen mode : public class ViewVideo extends Activity { private String …

android video fullscreen
Full screen videoview without stretching the video

I wonder if I can get a way to let video run via videoview in full screen? I searched a …

java android fullscreen android-videoview
Custom Dialog in full screen?

Is there any way to make my Dialog view full screen, i.e dialog occupy the entire screen (like an …

android dialog fullscreen
HTML5 Video scale modes?

I'm trying to make a fullscreen HTML background, which is easy enough. But because HTML5 video get's resized to fit …

video html fullscreen scale
How to stop a requestAnimationFrame recursion/loop?

I'm using Three.js with the WebGL renderer to make a game which fullscreens when a play link is clicked. …

javascript html fullscreen webgl three.js
"webkit-playsinline" video tag attribute

The <video> tag attribute webkit-playsinline supposedly prevents the default go to fullscreen behavior of HTML5 videos. I added …

javascript html html5-video fullscreen
Qt FullScreen on Startup

I want to start an application on fullscreen (MacOS 10.8.x, Qt 5.1.1, C++) depending on the settings: main.cpp #include "MainWindow.…

c++ macos qt fullscreen
How to make a full screen webview

How to make the webview of an android application full screen. I have added the webview on a layout xml …

android webview fullscreen
How to make browser full screen using F11 key event through JavaScript

I want to make my browser full screen. Same as when we do F11 key event. I found some examples …

javascript browser screen fullscreen keyevent