ReferenceError: TouchEvent is not defined
See original GitHub issueTouchEvent is not always defined. Reported via Sentry. Doesn’t seem to be a crashing error.
ReferenceError: TouchEvent is not defined
at value (/lib.min.js:35:75460)
at l (/lib.min.js:1:8318)
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
TouchEvent not working in firefox and other website browser
To get this work in FF, just add window.TouchEvent condition (is it defined):. if(window.TouchEvent && e.originalEvent instanceof TouchEvent){}.
Read more >1693172 - TouchEvent is not always defined - Bugzilla@Mozilla
TouchEvent should always be defined, instead of only when touch simulation is enabled or a touch device is detected. This is the current...
Read more >ReferenceError: TouchEvent is not defined - Configuration
When trying to tap_action: more-info on picture-entities I receive the following error in Firefox but works fine in iOS app and Chrome.
Read more >KJS Wrappers: "ReferenceError: TouchEvent is not defined ...
KJS Wrappers: "ReferenceError: TouchEvent is not defined" caused by dom.events.TouchEvent. What steps will reproduce the issue?
Read more >Publish: Mouse stuck in Graph view not working in Firefox
Stack trace of the error I get in the console. Uncaught ReferenceError: TouchEvent is not defined initGraphics https://publish.obsidian.md/app.
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
Going to quote my (duplicate-of-this) issue:
@paulkaplan @towerofnix @amazinigmech2418
To get this working (on FF at least) change the line to