You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to teach Webgazer to recognize if the user is looking at the screen, as a part of my touch typing tutor that I am building for my dissertation in uni.
I was trying to follow your code to integrate Webgazer into a React App and I noticed that recently it started to fail with Uncaught TypeError:. :
Uncaught TypeError: Failed to execute 'createObjectURL' on 'URL': No function was found that matched the signature provided.
at webgazer.js:10894
By using Google Chrome developer tools and inspecting your demo, I am seeing the same error. I was wondering if you would be interested in fixing this?
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to teach Webgazer to recognize if the user is looking at the screen, as a part of my touch typing tutor that I am building for my dissertation in uni.
I was trying to follow your code to integrate Webgazer into a React App and I noticed that recently it started to fail with
Uncaught TypeError:
. :By using Google Chrome developer tools and inspecting your demo, I am seeing the same error. I was wondering if you would be interested in fixing this?
The text was updated successfully, but these errors were encountered: