menpo / landmarker.io

Image and mesh annotation web application
https://www.landmarker.io
BSD 3-Clause "New" or "Revised" License
114 stars 21 forks source link

Support Safari (OS X 10.10 and iOS 8), IE with autoprefixer #57

Closed jabooth closed 10 years ago

jabooth commented 10 years ago

I was under the impression that Safari did not support Flexbox but that is totally incorrect - it just is vendor prefixed - see http://caniuse.com/flexbox

Safari up till now has WebGL support, but hidden behind a dev option on OS X and only accessable to iAd on iOS. This is changing in Yosemite and iOS 8: http://caniuse.com/opengl

I ran the landmaker.io CSS through autoprefixer and it just worked on OS X 10.9 Safari with WebGL turned on. Zooming doesn't work, but that is all that seemed to not work on first glance.

I want to keep the landmarker.io code as clean and modern as possible, but it would be a huge win if it worked on all modern browsers. Seems possible to have support on:

With very minor changes.

jabooth commented 10 years ago

Closed by 81f1a33f3cdbc5aa55f2ae299828949c8913745e