question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Firefox 68 for Android does not polyfill pointer event

See original GitHub issue

The “never worry about polyfills again” tagline is not true in this case, because a polyfill is clearly not being loaded.

I’m referring to the pointer-event feature.

It is not supported on Firefox for Android 68.

Yet when use Polyfiller like so:

<script crossorigin src="https://polyfill.app/api/polyfill?features=url,fetch,pointer-event,scroll-behavior"></script>

The polyfill is not loaded. When I change it to:

<script crossorigin src="https://polyfill.app/api/polyfill?features=url,fetch,pointer-event|force,scroll-behavior"></script>

It suddenly starts polyfilling and pointer events are detected.

Browser: https://whatsmybrowser.org/b/BY983

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
wessbergcommented, Mar 30, 2020

Yeah, of course! The changes will be non-breaking at first in terms of the public API. There will be deprecations and a plan to migrate users to the new one over time.

0reactions
wessbergcommented, Apr 6, 2020

Closed, given that a new version of Polyfiller has been deployed that contains this fix.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Pointer Events now in Firefox Nightly - the Web developer blog
Important Update: After this article was published, Pointer Events were disabled in Firefox Nightly because of a stability bug.
Read more >
Pointer events on FireFox mobile? - Questions - Babylon.js
Rendering seems to work fine, but bjs' and my inhouse pointer events seem borked. I'm not sure how to debug the mobile browser.,....
Read more >
High-performance input handling on the web - Nolan Lawson
After some digging with WebIDE, I found that Firefox for Android currently does not support Pointer Events, and instead only supports Touch ...
Read more >
Pointer Events finalized, but Apple's lack of support still a deal ...
Pointer Events was first proposed by Microsoft as an alternative to another specification, Touch Events. Touch Events was born from Apple's initial work...
Read more >
Pointer Events - Support Tables - W3cubDocs
Pointer events. This specification integrates various inputs from mice, touchscreens, and pens, making separate implementations no longer necessary and ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found