npTuioClient icon indicating copy to clipboard operation
npTuioClient copied to clipboard

stopped working under mac os 10.9.5 with chrome 40

Open fyyyyy opened this issue 10 years ago • 4 comments

still works in latest firefox under mac os 10.9.5

fyyyyy avatar Feb 17 '15 23:02 fyyyyy

Same here, doesn't work on OS X 10.10.2 with Chrome 40.0.2214.115

og2t avatar Mar 04 '15 09:03 og2t

image I installed the plugins but I couldn't load it in my web page...

rubyisapm avatar May 01 '15 16:05 rubyisapm

I was having issues with Chrome 43 on Mac OS 10.9.5. Since Firefox is not an option for what I'm doing, I did the following:

  1. Deleted Google Chrome
  2. Downloaded Chrome 39.0.2171.95 from here: http://google-chrome.en.uptodown.com/mac/old
  3. Installed Chrome 39
  4. Immediately ran the following in Terminal (which prevents Chrome from updating): defaults write com.google.Keystone.Agent checkInterval 0
  5. Opened Chrome

With UPDD TUIO running as well as the Tempermonkey chrome browser extension installed and running, I was able to successfully use touch events in Chrome again.

It's definitely not a fix, just a work around. Has anyone tried anything else? @fajran any idea what the issue might be with this, could it be a quick fix maybe?

tory avatar May 28 '15 01:05 tory

Hi all,

npTuioClient uses NPAPI which is being deprecated and will be removed in Chrome. So I don't think there is a "quick fix" for this. According to the (https://www.chromium.org/developers/npapi-deprecation)[NPAPI deprecation] page, as of Chrome 45 (c.a. September 2015), the NPAPI support will be removed from Chrome.

Current version of Chrome still have NPAPI although it is disabled by default. Could you try to enable it and test npTuioClient? Go to chrome://flags/#enable-npapi and click the enable link.

@tory does npTuioClient work with Firefox?

thanks

fajran avatar May 28 '15 08:05 fajran