Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's best practice for using backbone.js with localStorage for IE7 and IE6?

I'm developing an application with backbone.js, back and socket.io, and I'm running into trouble with localStorage on ie7 and ie6.

Have you chased IE7/Window Phone compatibility with backbone before? What was your solution for storing the model client-side?

like image 664
mikermcneil Avatar asked Dec 22 '22 10:12

mikermcneil


1 Answers

Based on Bryan Bailliache's answer above, I created a seamless Amplify backend for Backbone.js, you can check out https://github.com/dev360/Backbone.amplify. Hope it's useful.

like image 137
dev360 Avatar answered Jan 01 '23 22:01

dev360