GMOD / jbrowse

JBrowse 1, a full-featured genome browser built with JavaScript and HTML5. For JBrowse 2, see https://github.com/GMOD/jbrowse-components.
http://jbrowse.org
Other
460 stars 199 forks source link

Full screen mode #598

Closed scottcain closed 9 years ago

scottcain commented 9 years ago

It would be really nice if JBrowse/WebApollo had a "full screen" mode, where a user could do something (press a button or the like) and the web browser UI stuff would go away and JBrowse/WebApollo would take up the entire screen (much like YouTube running in full screen mode). Any idea how difficult that would be to implement?

This suggestion came from Todd Harris and Lincoln Stein at WormBase.

nathandunn commented 9 years ago

How would this be different then a full-screen mode on the mac (command-shift-f)?

Nathan

On Jun 2, 2015, at 11:21 AM, Scott Cain notifications@github.com wrote:

It would be really nice if JBrowse/WebApollo had a "full screen" mode, where a user could do something (press a button or the like) and the web browser UI stuff would go away and JBrowse/WebApollo would take up the entire screen (much like YouTube running in full screen mode). Any idea how difficult that would be to implement?

This suggestion came from Todd Harris and Lincoln Stein at WormBase.

— Reply to this email directly or view it on GitHub https://github.com/GMOD/jbrowse/issues/598.

scottcain commented 9 years ago

I think it would be very similar, except platform independent, and you could get out of it by hitting escape, which I don't think you can do with cmd-shift-F (that is, you have to hit that key combo to exit and escape won't do the same thing).

nathandunn commented 9 years ago

Looks like there are some ways to do it (third link down):

http://stackoverflow.com/questions/1125084/how-to-make-in-javascript-full-screen-windows-stretching-all-over-the-screen http://stackoverflow.com/questions/1125084/how-to-make-in-javascript-full-screen-windows-stretching-all-over-the-screen

Nathan

On Jun 2, 2015, at 1:37 PM, Scott Cain notifications@github.com wrote:

I think it would be very similar, except platform independent, and you could get out of it by hitting escape, which I don't think you can do with cmd-shift-F (that is, you have to hit that key combo to exit and escape won't do the same thing).

— Reply to this email directly or view it on GitHub https://github.com/GMOD/jbrowse/issues/598#issuecomment-108091177.

scottcain commented 9 years ago

This plugin does the trick nicely:

https://github.com/awilkey/fullscreen-jbrowse