Firefox 68 for Android does not polyfill pointer event
See original GitHub issueThe “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:
- Created 3 years ago
- Comments:8 (8 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
Closed, given that a new version of Polyfiller has been deployed that contains this fix.