A fullscreen object occupies the entire screen.
0
votes
0answers
8 views
Android html5 video fullscreen
I have tried to find a solution to play a mp4 clip in full screen on a android 4.0 device. Basically i want a link to unhide a div and at the same time play a video clip in full screen. When the video ...
0
votes
0answers
18 views
Maximise a webview in the android window
I am new to android development but after searching for a while i can not get a solution to maximise my webview in my android window (12080*800 in my current test). Same problem appear on the physical ...
-1
votes
0answers
20 views
VideoJS and Blackberry10 Full Screen Mode [closed]
HTML5 full-screen overlay is behind content text.
It appears that any content after the video is displayed, renders above the video on full-screen.
The blackberry developer tools were no help when ...
0
votes
1answer
29 views
IPAD : How to play video in fullscreen without User Action
I load html5 / youtube and DMcloud video in a UIWebview on my IPAD with :
[adView loadHTMLString:script baseURL:[NSURL URLWithString:baseURL]];
I want to launch this in fullscreen same with an ...
0
votes
1answer
11 views
Firebug use with fullscreen API
I'm using on a website the fullscreen feature offered by HTML5. With chrome I can modify the style with webkit developer —in fullscreen mode— just fine.
But when I'm using Firefox with Firebug, I ...
0
votes
0answers
17 views
MPMoviePlayer disable/change functionality or remove fullscreen button
I have been searching quite a bit, but couldn't find a satisfying answer so decided to just ask here. Thought it would be easiest to include a screenshot to explain my problem : ...
0
votes
1answer
17 views
View is not conquering full screen
i want to implement full screen mode for activity.
so, i have used first:
super.onCreate(savedInstanceState);
requestWindowFeature(Window.FEATURE_NO_TITLE);
...
0
votes
0answers
9 views
How to cover all browser screen in all resolutions with a 'sliced mosaic' of images?
I am having a large image that i want to use as my main interface. It will have a few buttons and rollovers. I will use media queries to fix things for specific resolutions etc but i want a good way ...
-2
votes
0answers
12 views
(ask) can i make a Fullscreen Layout Page Transitions into jquery booklet [closed]
I want to make a full transition article in jquery booklet using the aritcle like in codrops article
so when I click an article in page, the article appear fullpage
I hope there some one to tach ...
0
votes
1answer
9 views
Cover the OS task bar using JavaFX
I have google-jitsued the living daylights out of this one and I can't find an answer.
How can I use JavaFX to cover the task bar in the OS? (All OS but the requirement is a Windows system).
I am ...
0
votes
0answers
18 views
Android Flash fullscreen in SamSum Galaxy Tab 10
I am writing an Android application to play the video by flash player . So I loaded it to the webview. First I am stuck on how to play with full screen landscape mode . But soon , I see the article ...
0
votes
0answers
11 views
How to dynamically set align_bottom as an attribute of ViewPager ?
Using animation I am changing two layout Views frequently on click of button. Both the layouts are in a viewpager. I have set my code as below:
<android.support.v4.view.ViewPager
...
0
votes
1answer
9 views
FrameLayout Contains TabLayout
I need some help.
I'm using the following code
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
android:id="@+id/firstraw"
android:layout_width="fill_parent"
...
0
votes
1answer
22 views
Mac fullscreen non-one visible application window
I have a cocoa fullscreen application and I also need to show on the same screen another's application window. Is it possible to run from my app a separate process with visible window on fullscreen? ...
0
votes
3answers
78 views
How to make an image go fullscreen in iOS app [duplicate]
I'm a newbie to xcode and objective c, and I'm wondering how to make an image go fullscreen on touch, using a tap gesture...
Can anyone help me?
Here's the code I've tried:
- (void)viewDidLoad
{
...