ten1seven / what-input

A global utility for tracking the current input method (mouse/pointer, keyboard or touch).
https://ten1seven.github.io/what-input
MIT License
1.35k stars 89 forks source link

Can't find variable: mobiGetClick #78

Closed kendagriff closed 6 years ago

kendagriff commented 6 years ago

Does anyone have any idea where this error might be originating: Can't find variable: mobiGetClick?

It appeared on iPads in iOS 11.3 immediately after I added the what-input library. I can't reproduce the error, but it's appearing in our production logs. And mobiGetClick is virtually unfindable on the internet. Any ideas?

P.S. Thanks for a great library!

ten1seven commented 6 years ago

Hi @kendagriff mobiGetClick is not a variable related to what input. Is that error popping up on page load or when you start interacting with the page? I would suspect another third-party script.

kendagriff commented 6 years ago

That's perfectly possible, yes. We're going to deactivate what-input and see if it disappears or if it was merely coincidence.