sstangl / tuja-vortaro

Tuja, simpla, libra poŝvortaro.
http://www.tujavortaro.net
GNU General Public License v2.0
25 stars 3 forks source link

Site doesn't work with iPhone 4 #9

Open sstangl opened 8 years ago

sstangl commented 8 years ago

Old versions of Safari are probably missing some Web features the page is using. Apparently people don't upgrade their computers or browsers. Who could have seen this coming?

Once again, need to look into why Safari is broken.

sstangl commented 8 years ago

Fixed for Safari 8. The problem was using ES6 String.prototype.startsWith() and String.prototype.endsWith(). Additionally, the transitiveco.js file contained duplicated entries, which was fixed.

Waiting for confirmation that it works on iPhone4 before closing.