-
Notifications
You must be signed in to change notification settings - Fork 61
emulation.setMaxTouchPoints
#1042
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
sadym-chromium
wants to merge
8
commits into
main
Choose a base branch
from
sadym/emulation.setTouchEventsEnabled
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
emulation.setTouchEventsEnabled
lutien
reviewed
Dec 8, 2025
c25f6fe to
09fd8db
Compare
emulation.setTouchEventsEnabledemulation.setMaxTouchPoints
acbeb73 to
8e2d072
Compare
9a3186d to
56bb5cc
Compare
Member
|
The Browser Testing and Tools Working Group just discussed
The full IRC log of that discussion<AutomatedTester> topic: `emulation.setMaxTouchPoints` invokes legacy archived specification<AutomatedTester> github: https://github.com//pull/1042 <AutomatedTester> sadym: this is a step forward for mobile emulation, please can people review <AutomatedTester> jgraham: pointer events does this and we shouldn't be referencing touch events is a not a good idea. I haven't read the PR <AutomatedTester> ... if we are using legacy APIs we should suggest to people to use a non-legacy API for things <jgraham> s/should suggest people use a non-legacy API for things/just have a non-normative note about what implementations implementing those nonstandard APIS might want to do, because all the behaviour here is nonstandard anyway/ <jgraham> RRSAgent: make minutes <RRSAgent> I have made the request to generate https://www.w3.org/2025/12/10-webdriver-minutes.html jgraham <jgraham> Zakim, bye <Zakim> leaving. As of this point the attendees have been AutomatedTester, jimevans, jdescottes, tidoust, whimboo, orkon, jgraham, sasha, sadym, bburg <jgraham> RRSAgent: make minutes <RRSAgent> I have made the request to generate https://www.w3.org/2025/12/10-webdriver-minutes.html jgraham <jgraham> RRSAgent: bye <RRSAgent> I see 1 open action item saved in https://www.w3.org/2025/12/10-webdriver-actions.rdf : <RRSAgent> ACTION: jdescottes to follow up on this [1] <RRSAgent> recorded in https://www.w3.org/2025/12/10-webdriver-irc#T17-49-34 <jdescottes> sadym for info, still planning to cleanup the fetch PRs. If you have any concern around https://github.com//issues/722#issuecomment-3615679079 let me know. If not I'll move forward with the current plan mentioned in the issue. |
017fae0 to
9ede88f
Compare
OrKoN
reviewed
Dec 11, 2025
|
|
||
| </div> | ||
|
|
||
| #### The emulation.setMaxTouchPoints Command #### {#command-emulation-setMaxTouchPoints} |
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would be in favor of renaming to emulation.setTouchOverride or similar. I wonder what others think.
OrKoN
approved these changes
Dec 11, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The hook is supposed to be used in
navigator.maxTouchPointsand in "expose legacy touch event APIs".Addressing #1028.
Open questions:
Preview | Diff