I've gone through the videos and disabled the "Full Screen" option in the embed section on vimeo, but the full screen option still appears when displaying the video in the iPad app. Any ideas of the problem?
Thanks
It can't be removed:
http://vimeo.com/forums/topic:52142
Related
With ios11, when a site is added to home screen which has the web-app enabled. The title bar overlaps the site content in certain cases.
To reproduce the issue -
Add any site which has web-app enabled to home screen
Open the added app from the home screen Change the orientation from portrait to landscape
Now from landscape to portrait again
Now you will notice that the title bar overlapping the site content.
I have raised an issue at bug reporter with apple but did not get any response
The meta tag for the title bar is default, which behaves properly until the above steps are done
This is happening with all the sites which have the ability to be added to the home screen and function as an app. Any suggested fixes? Thanks.
The issue is resolved in ios 11.3 beta version. Hopefully this stays when the actual release version is out.
DraggableYoutubeFloatingVideo allows you to play videos on a floating mini window at the bottom of your screen from sites like YouTube,facebook.
so same as like youtube floating video. please any one share demo app
Try this one: DraggableYoutubeFloatingVideo
Problem: The external screen connected through HDMI cable shows black borders on all sides. I already have tried setting the overscanCompensation property with no luck.
The problem occurs only if app is run on iOS 8, on iOS 7 external (TV) screen shows no borders.
I can't find overscan configuration on my Samsung TV though.
Any suggestions what I could try additionally?
Until now I can't find any solution to this black border... The old tricks like set the
overscanCompensation to '3' does not work now.
Workaround with Apple TV:
If you can use an Apple TV, you are able to disable this overscaling on your Apple TV: Settings > Audio & Video > Adjust For AirPlay Overscan. Set it to Off (default On).
I hope that Apple will create an option the user to be able to disable this on his/her iDevice...
I am building a website using the twitter bootstrap base so that i can have a site that works on the ipad and also touch phone devices.
So far my site looks great in all browsers, PC ipad and phone however ipad only works fine in portrait. When in portrait it has the lovely button in the corner which opens the expanding menu.
I want this to work on the landscape one too but can't seem to get it to work.
Could someone please advise me whereabouts in the CSS I need to look and also if possible what screen size I am looking for to make the collapse bar appear in landscape.
Answering my own question.
Just incase anyone else has the same problem:
iPad screen resolution is 1024 x 768 so in landscape mode it renders like a full web page.
There are ways to overcome this by detecting the device's browser user agent.
For more information see this:Checking iPad user agent
I'm using PhoneGap to make an iPhone app that contains video. Usually, it works great: the video sits in an HTML5 video tag and it shows the iOS play button and then plays full screen.
But, sometimes the play button has a line through it and the user can't play the video.
I can't seen to figure out exactly what causes this, as it is sporadic and doesn't seem to be connected to any other issues.
Any help on making this more reliable would be appreciated. The code is a very simple video tag with src, poster, width and height attributes.
Thanks in advance.
I was able to fix this by exporting video from Quicktime as "iPod touch & iPhone 3GS" instead of "iPad, iPhone 4 & Apple TV." Looks like the HTML5 video tag on iPhone's require a lower resolution to play.