command line option for kiosk mode
Categories
(Firefox :: General, enhancement)
Tracking
()
People
(Reporter: maybespamforandy1, Assigned: mkaply)
References
(Depends on 1 open bug)
Details
User Story
As a system administrator I want to launch Firefox in kiosk mode, so that Kiosk users can navigate through web pages without Chrome or OS access. The kiosk mode prevents user interaction and activities on the device outside the scope of execution of the browser Acceptance criteria: - OS support covers Win7+ - When launched in Kiosk mode, Firefox Runs only in full screen - All menus, awesome bar and toolbar are not visible as well as tabs. ---- No X button when you hover to the top of the screen can be seen ---- F11 does not work. ---- Removes the status bar in the bottom left for progress or for hovering over links. ---- Links that would open a new tab will open in a new tab, but that tab is not navigable directly via the user interface. - Prevent right click context menu Numerous features of the kiosk mode are already configurable through policy or command line parameters when launching the browser. We assume that system administrators will be using Firefox as follows: - Configure accessible domains through policy - About: pages are disabled through policy - Launch Firefox through command line with “-private-window URL” parameter so that Firefox is launched in a private Window (Clear the cache, user history and form data between sessions) and pointing to a pre-defined URL - The homepage is set through policy
Attachments
(1 file)
![]() |
||
Comment 1•23 years ago
|
||
![]() |
||
Comment 2•23 years ago
|
||
Comment 6•22 years ago
|
||
![]() |
||
Comment 8•19 years ago
|
||
Comment 9•19 years ago
|
||
Comment 11•16 years ago
|
||
![]() |
||
Comment 12•11 years ago
|
||
Comment 13•10 years ago
|
||
Comment 14•10 years ago
|
||
Comment 16•8 years ago
|
||
Comment 17•8 years ago
|
||
Comment 18•8 years ago
|
||
Comment 19•8 years ago
|
||
Comment 20•8 years ago
|
||
Comment 21•7 years ago
|
||
any updates for this?
Comment 22•6 years ago
|
||
I'm working on setting up a registration/check-in kiosk for a camp, and was disappointed that I had to run to Chrome to do it because Firefox couldn't do this one thing. Chrome's "-kiosk" command line option is nice for this, launches the app in full-screen with no URL bar and no back buttons or toolbars, just the web page content. Context menu is gone, too, unless the web app provides one. Only way out is Alt+F4 (or Command-Q on a Mac).
Comment 23•6 years ago
|
||
From chatter I'm hearing other places, it sounds like bug 1407202 may implement this (not exactly this, but close enough for horseshoes)
Updated•6 years ago
|
Comment 24•6 years ago
|
||
(In reply to Dave Miller [:justdave] (justdave@bugzilla.org) from comment #23)
From chatter I'm hearing other places, it sounds like bug 1407202 may implement this (not exactly this, but close enough for horseshoes)
I can see how bug 1407202 fullscreen concept could be used as a work-around for what we are asking for, but it would require a fair amount of extra work beyond our command-line request. The chatter is definitely not decided on the fullscreen requirement too:
https://bugzilla.mozilla.org/show_bug.cgi?id=1407202#c3
supporting fullscreen apps on desktop seems strange. A sort of windowed mode might be more appropriate.
Most web app manifests specify the standalone display mode, not the
fullscreen display mode. I assume standalone display mode on desktop would
be a window.
Thanks for the update.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 26•6 years ago
|
||
Comment 27•6 years ago
|
||
Just a quick comment, the patch as I can see involve a preference and not a command line option that is most useful. In this way will be also similar to Chrome as behaviour.
PS: thanks finally a patch after 17 years :-)
Assignee | ||
Comment 28•6 years ago
|
||
I'm only using the pref internally. It will be a command line switch.
Updated•6 years ago
|
Comment 29•6 years ago
|
||
![]() |
||
Comment 30•6 years ago
|
||
bugherder |
Comment 31•6 years ago
|
||
That seems release notes worthy, Mike could you request an addition to release notes? Thanks https://wiki.mozilla.org/Release_Management/Release_Notes#How_to_nominate_a_bug_for_release_notes_addition.3F
Comment 32•6 years ago
|
||
Note that we've added kiosk mode, not a general-purpose "start in full screen" mode, as kiosk mode does other things, too - and this was a Firefox rather than toolkit change.
Updated•6 years ago
|
Assignee | ||
Comment 33•6 years ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: 17 year old requested feature :)
[Affects Firefox for Android]: No
[Suggested wording]: Firefox has a new command line parameter, --kiosk, that opens Firefox in fullscreen mode.
[Links (documentation, blog post, etc)]:
Comment 34•6 years ago
|
||
Added to nightly notes. We will adjust the relnote flag in this bug when we add the note to beta/release. Thanks.
Updated•6 years ago
|
Updated•6 years ago
|
Comment 35•6 years ago
|
||
I have a use case where I would like a kiosk mode with 2 tabs, is it possible to allow tabs to be shown if there are multiple URLS passed through the command line?
Assignee | ||
Comment 36•6 years ago
|
||
No, kiosk mode doesn't show any tabs by design. It's fullscreen firefox.
Comment 37•6 years ago
|
||
(In reply to michael.towns from comment #35)
I have a use case where I would like a kiosk mode with 2 tabs, is it possible to allow tabs to be shown if there are multiple URLS passed through the command line?
It's easy to emulate tabs in a kiosk though... you just need a locally-stored HTML page that has your tabs drawn at the top of it and uses IFRAMEs for the real content. Javascript on your "tabs" can swap the IFRAMEs in and out appropriately.
Updated•6 years ago
|
Comment 38•3 years ago
|
||
See: https://bugzilla.mozilla.org/show_bug.cgi?id=1782726
Do you know why this happens? The kiosk mode "briefly" displays the normal UI with URL bar (during less than 500 milliseconds).
Description
•