Bug 8048 - Virtual keyboard button appears even if a physical keyboard is available
Summary: Virtual keyboard button appears even if a physical keyboard is available
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Web Access (show other bugs)
Version: trunk
Hardware: Touch device All
: P2 Normal
Target Milestone: LowPrio
Assignee: Bugzilla mail exporter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-15 14:58 CET by Samuel Mannehed
Modified: 2024-01-08 16:12 CET (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Description Samuel Mannehed cendio 2022-12-15 14:58:36 CET
In Web Access, the button to show the virtual keyboard often appears even if a physical keyboard is available. One such example is a laptop with a touch screen. It is almost certain that the user will prefer to use the attached physical keyboard over any virtual on-screen variants.

In scenarios like an Android tablet with an attached folio-keyboard, it is more unclear if it is correct to display the keyboard button or not.

How we decide whether to show the virtual keyboard or not isn't ideal. Presently, we assume that we need to show it on all devices with a touch screen (we use the media query “any-pointer: coarse”).

Here's a discussion about adding a media query for detecting if a physical keyboard is available:

https://github.com/w3c/csswg-drafts/issues/3871

Note You need to log in before you can comment on or make changes to this bug.