Coder Social home page Coder Social logo

Comments (8)

mjslee avatar mjslee commented on August 22, 2024

If we end up not supporting Windows Safari, we need to uncomment initialize.js:103 so that it will be added to the unsupported browser/os list.

from gidget.

amyjko avatar amyjko commented on August 22, 2024

I'll try to diagnose this today after my Windows 7 install finishes updating. I've waited 2.5 hours now...

from gidget.

mjslee avatar mjslee commented on August 22, 2024

Wow. that's a very long time!

from gidget.

amyjko avatar amyjko commented on August 22, 2024

I can't reproduce this on a fresh install of Safari 5. It successfully loads. I've heard that the tag doesn't work if Quicktime isn't installed. Perhaps that's the cause?

from gidget.

mjslee avatar mjslee commented on August 22, 2024

I do not have quicktime installed, so that is probably the culprit. How shall we handle this situation?

According to stackoverflow, this javascript code can detect if quicktime is installed:
var QtPlugin = navigator.plugins["Quicktime"];
if (QtPlugin) {//QuickTime is installed}

If it quicktime isn't installed and they are using Safari, should we politely tell them to install it or use another browser to continue?

from gidget.

amyjko avatar amyjko commented on August 22, 2024

This seems like a good solution. Can you add it as part of your browser check in initialize.js?

from gidget.

mjslee avatar mjslee commented on August 22, 2024

Yes, I'll take this ticket over.
Sorry about all the issues that turned out not to be bugs! :(

I'm going to install Linux on Parallels since it's a good idea to test to make sure everything works on a fresh install (of browsers).

from gidget.

mjslee avatar mjslee commented on August 22, 2024

I tried several quicktime detectors in Javascript (including the one referenced above) and found that there was no consistency across browsers. Most of the scripts have a dependency on Netscape plugin architecture or MSIE ActiveX architecture to work correctly, which the WebKit and Safari browsers don't support.

Since the number of Windows Safari users will be slim, I'm currently taking it off the whitelist until a better, more consistent script that doesn't mess up Gidget is working and tested.

from gidget.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.