-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
Touch events specification defines Web API for touch events, including observable GlobalEventHandlers, allowing web application to identify if the user agent provides touch input.
We propose to add a command emulation.setTouchEventsEnabled, analog of CDP Emulation.setTouchEmulationEnabled with the following interface:
emulation.SetTouchEmulationEnabled = (
method: "emulation.setTouchEmulationEnabled",
params: emulation.SetTouchEmulationEnabledParameters
)
emulation.SetTouchEmulationEnabledParameters = {
enabled: bool,
? maxTouchPoints: js-uint
}
Metadata
Metadata
Assignees
Labels
No labels