moxie icon indicating copy to clipboard operation
moxie copied to clipboard

Safari & Html5

Open herra opened this issue 12 years ago • 1 comments

Hi, I had an issue with safari 5.1.7(7534.57.2). The library work like there is support for html5 FileReader, but safari fails to provide one(I think the library should fallback to flash, but it doesn't). I couldn't spend more time to find proper fix for my problem, so I made dirty fix by changing the order of the Runtimes.

Runtime.order = 'flash,html5,silverlight,html4';

Still I am not sure if this is an actual issue or I made some mistake. I admire you for the effort and the great design. If there is something I can help with please contact me.

herra avatar Dec 20 '13 07:12 herra

Try to set required_features to true in your config.

jayarjo avatar Dec 20 '13 08:12 jayarjo