kimberscott / lookitprototype

Lookit: Online experiments from MIT's Early Childhood Cognition Lab
1 stars 0 forks source link

Not supporting Safari on Mac right now #144

Open lookit opened 9 years ago

lookit commented 9 years ago

But this might not be an issue anymore with the simplified Flash code, so we should try removing the restriction in index.js.

JeffSpies commented 9 years ago

@kimberscott, can you check on this? If not, once we connect you with our QA team, they can give it a once-over.

kimberscott commented 9 years ago

On first pass it looks like it may still be a problem, but hopefully a superficial one or more specific to my setup than just Safari/Mac: after setting

LOOKIT.unsupportedBrowsers = []; 

in the console on Safari, I can't edit any of the settings on the Flash panel (including permission to use the video) or select a different camera during consent. Nothing's actually disabled, it's just that clicking doesn't do anything. I can, however, hit record/stop and send the video (because my defaults for lookit.mit.edu are already allow/remember). No JS errors occur but I'm not using a debugger version of Flash to see potential Flash errors.