-
Notifications
You must be signed in to change notification settings - Fork 400
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
Warnings thrown in Chrome on desktop (in device emulation mode) #46
Comments
Hmmmmmm... If this doesn't affect iOS, I'm not sure it's worth
investigating.
…On Fri, Mar 16, 2018 at 2:18 AM, Mims H. Wright ***@***.***> wrote:
In Chrome 64 for mac i'm seeing this warning on every TouchMove when in
the device emulation mode in dev tools:
[Intervention] Unable to preventDefault inside passive event listener due
to target being treated as passive. See <URL>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#46>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAMSgGu1XpRdcmhp7qQT2DDtb3PFO6cpks5te4NzgaJpZM4Std16>
.
|
Would be curious if this happens on Windows computers with touch screens.
But unfortunately, I don't have one.
Considering this is only in the developer panel, it's probably okay to let
it go. However, most code nowadays runs on both desktop and mobile.
On Fri, Mar 16, 2018 at 4:43 PM Larry Davis <[email protected]>
wrote:
… Hmmmmmm... If this doesn't affect iOS, I'm not sure it's worth
investigating.
On Fri, Mar 16, 2018 at 2:18 AM, Mims H. Wright ***@***.***>
wrote:
> In Chrome 64 for mac i'm seeing this warning on every TouchMove when in
> the device emulation mode in dev tools:
> [Intervention] Unable to preventDefault inside passive event listener due
> to target being treated as passive. See <URL>
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#46>, or mute the thread
> <
https://github.com/notifications/unsubscribe-auth/AAMSgGu1XpRdcmhp7qQT2DDtb3PFO6cpks5te4NzgaJpZM4Std16
>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#46 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAIqaCkE0F_UO461g370S4LmBJquVcomks5te92UgaJpZM4Std16>
.
|
Hmm yeah I'd like to see if it happens on windows too... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Chrome 64 for mac i'm seeing this warning on every TouchMove when in the device emulation mode in dev tools:
[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See <URL>
The text was updated successfully, but these errors were encountered: