No sensible way to exit 'Full Screen' mode on Windows 10 tablet device
Categories
(Core :: Widget: Win32, defect)
Tracking
()
People
(Reporter: goldencut, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: ux-affordance)
Attachments
(1 file)
103.84 KB,
image/jpeg
|
Details |
Comment 1•8 years ago
|
||
Updated•8 years ago
|
Comment 4•8 years ago
|
||
Comment 5•8 years ago
|
||
Comment 6•8 years ago
|
||
Comment 8•8 years ago
|
||
Updated•8 years ago
|
Comment 10•8 years ago
|
||
![]() |
||
Comment 11•8 years ago
|
||
Comment 12•8 years ago
|
||
![]() |
||
Comment 13•8 years ago
|
||
Comment 14•8 years ago
|
||
Comment 15•8 years ago
|
||
Comment 16•4 years ago
|
||
I think that the solution here is to make a gesture. Swipe down from the top edge on the screen to see the tab bar, just like when you hover your mouse to the top of the screen on a desktop computer. Microsoft Edge does it this way.
I made an add-on for this, you can try it. https://addons.mozilla.org/cs/firefox/addon/swipe-to-exit-fullscreen/
It works like this: a content script places a touchstart and touchend event and a background script makes the window maximized.
The paramatres are: touchstart y less than height * 0.15 (I don't know the exact value right now) and movement on y is bigger than 10. As a safety measure, touchend should be above height * 0.3 to avoid gesture collision. I've tested it and it works very well on my tablet.
Comment 18•4 years ago
|
||
(In reply to Kartikaya Gupta (email:kats@mozilla.staktrace.com) from comment #5)
52 and up will support touchswipes from the top (see bug 1322349). Although
really that should be working in previous releases as well because we didn't
have proper touch support and we would do the same with the synthetic mouse
events.
It doesn't.
Comment 19•4 years ago
|
||
This is still a problem in version 90. The add on mentioned above does no work in my case. The trouble with swiping down in tablet mode is that this action closes the current window. An alternative would be to use a two finger swipe down from the top which will not close the window. Otherwise if Firefox is able to detect that the computer is in tablet mode or does not have a keyboard attached it could hide the tab and address bar when scrolling down and display it when scrolling up just the same as it operates on Android.
Comment 20•4 years ago
|
||
I don't think this issue is likely to get much attention here in the Firefox :: General component; let's move it to Widget: Win32 for triage. (If anyone experiences this on a non-Windows platform, e.g. a Linux touchscren I suggest filing a separate bug for that.)
Updated•2 years ago
|
Description
•