Skip to content

Commit 434fe62

Browse files
avandoldersaschanaz
authored andcommitted
Bug 2032302 - Enable fullscreen keyboard lock by default. r=dom-core,edgar
Differential Revision: https://phabricator.services.mozilla.com/D294650
1 parent ded2000 commit 434fe62

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

modules/libpref/init/StaticPrefList.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3177,7 +3177,13 @@
31773177
# This pref enables the keyboardLock option for requestFullscreen.
31783178
- name: dom.fullscreen.keyboard_lock.enabled
31793179
type: bool
3180+
#ifdef ANDROID
3181+
# Fullscreen Keyboard Lock is not functional on Android, so disable the feature
3182+
# until there is handling for it.
31803183
value: false
3184+
#else
3185+
value: true
3186+
#endif
31813187
mirror: always
31823188

31833189
# The interval in milliseconds the Escape key needs to be held in order to

0 commit comments

Comments
 (0)