Giter VIP home page Giter VIP logo

jquery-fullscreen-plugin's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jquery-fullscreen-plugin's Issues

Chrome fullscreen disabling problem

Hello guys!

My previous issue was 'solved' by changing the content and url via ajax.
Now, it's okay fullscreen mode is stay enabled in ff, ie, opera but chrome...

In chrome each time the url changed it acting like reloading the page. Is there an option for webkit only or its my scripting fault?

Working in Chrome, not in Firefox

Can you help me to understand why this doesn't work in Firefox? This works in Chrome on Mac Lion.

(function($) {

  $(document).ready(function() {

    $(document).bind('fullscreenerror', function() {
      alert('Browser rejected fullscreen change');
    });

    $('#action button').click(function() {
      $(document).fullScreen(true);
    });

  });

}(jQuery));

It is not working in Internet Explorer 10

I am using this plugin in my project and it's not working in Internet Explorer 10. No error is showing up in the console.

Note : It is working in firefox and chrome

Bower not working correctly

The bower.json file for this repo says it's named jquery-fullscreen-plugin. When I go to bower to search for it, I see:

screen shot 2015-06-01 at 1 48 34 pm

Which is for this repo:

So in turn I get the following error for bower:

{ [Error: No tag found that was able to satisfy 1.1.4]
  code: 'ENORESTARGET',
  details: 'Available versions: 0.5.0, 0.4.2, 0.4.1, 0.4.0, 0.3.5, 0.3.4, 0.3.3, 0.3.2, 0.3.1, 0.3.0, 0.2.1, 0.2.0, 0.1.0',
  data:
   { endpoint:
      { name: 'jquery-fullscreen-plugin',
        source: 'jquery-fullscreen-plugin',
        target: '1.1.4' },
     resolver:
      { name: 'jquery-fullscreen-plugin',
        source: 'git://github.com/private-face/jquery.fullscreen.git',
        target: '1.1.4' } } }

Which isn't looking for the correct repo. Am I missing something?

Safari - how to exit full screen after a href

Hi, in Safari, after entering to full screen if you click a href link (in site) you see a blurred (target) page with text: Click to Exit Full Screen.
If you do that in Chrome, you go to a target page, that is not in full screen anymore.

How to get rid of this blurred page in Safari?

not working in a function

/*jquery.js,jquery-fullscreen-plugin.js*/
<a href='javascript:test()'>Click toggleFullScreen</a>
<javascript>
function test(){
$(document).toggleFullScreen();
}
</javascript>

detect if browser allow fullscreen

hello
i've tested on Iphone but the fullscreen has no effect
is it possible to detect if browser allow fullscreen mode to display or hide my "go to fullscreen" button?
or change it by an open in a new tab icon
thanks a lot

fullscreen button within iframe

Hi,

Is it possible to use the same within iframe?

I have tried to put fullscreen button in page which is called within iframe, but it is not working for me.

Please suggest.

Thanks
Pratik Shah

Stay in fullscreen after navigated inside the site.

Hello there,

I'm trying to solve the fullscreen mode of our webapplication and I'm stucked because when the user is using fullscreen mode and clicks on a link that drives it to an other point of the site, the fullscreen is just shutting down to original viewing. Could anyone help me?
== EDIT ==
There's no solution because of the nature of document's reloading method.

Chrome scrolling

I have a problem when I turned on full screen on chrome.. It won't scroll with my scrollwheel is this due to my scripting or is it a known issue

Error in production use

Don't know if this plugin is still developed, but we use it in production and pick up any errors. Here's one we have just seen:

TypeError: this.media.webkitEnterFullscreen is not a function. (In 'this.media.webkitEnterFullscreen()', 'this.media.webkitEnterFullscreen' is undefined

Sorry, no idea of platform or browser.

IE8 Issue

Hello ?
is this plugin support IE8 ?
I found error that says "Object does not support this property or method".

ZeroClipboard flash plugin is not working in Full Screen mode

ZeroClipboard allows copy & paste functionality with the push of a button via a flash plugin. However, when I put the browser in Full Screen Mode, ZeroClipboard no longer functions.

Using the Chrome's "Inspect Element" I was able to determine that the embedded SWF flash objects were still on the page, but showing up behind the HTML elements they were supposed to cover. Tried changing CSS z-index without any luck. Moved the Flash object from the document.body to the DIV that is being displayed in full screen but that only worked for one of the two buttons glued by ZeroClipbard. Also need to move back to the document.body and re-intialize when they leave full screen mode.

Any advice for getting this ZeroClipboard to work in Full Screen Mode?

Tested on Chrome 30 and Firefox 24 on Win 7 with Flash 11.9.900

(Cross posted from zeroclipboard/zeroclipboard/issues/263 )

Safari 5.1 Issue

Hi

Many thanks for authoring and sharing this plugin.

I'm experiencing an issue. I'm using version 1.1.4 with jquery 1.9. I am getting true returned from $(document).fullScreen() != null in Safari 5.1 on a mac and on a pc but $(document).fullScreen() does not throw Safari 5.1 into fullscreen.

I'm wondering if it is an OS issue. My mac is os 10.6.8 and I am running Windows 7 on a pc. I'm thinking not, as the other apps go fullscreen.

Any advice greatly appreciated.

Regards
Mike

On complete event required

fullscreenchange event just fires on start of mode change. Is there any option to trigger an event of full screen completion? I want to update the width of certain things in an html canvas on going to full screen. For that I need the event on full screen complete event where I will get the new width of page and update the canvas objects accordingly.

the minified version will create a global variable `d`

In most cases this should not be a problem, but creating global variables is not a good idea.

The minified version should be scoped by a (function(){ ... })() and only expose the expected/required/public functions/variables, e.g. $.fullScreen.

input form

Input form are not functional when in fullscreen mode on chrome, safari

Check status

Is there anyway to check if the element used with fullScreen is currently in fullscreen?

I only want the element I use in fullScreen to show onClick of another element (like a button) but when I close fullScreen I need the element to return to hidden.

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.