colinskow / superlogin-demo

A sample single page app using SuperLogin, AngularJS, and PouchDB
MIT License
37 stars 29 forks source link

Testing report #1

Open tohagan opened 8 years ago

tohagan commented 8 years ago

I've just run some very basic testing of your demo app with the following:

colinskow commented 8 years ago

The Internet Explorer issue is because Angular Material does not support that Browser. It does work on Edge though if you have Windows 10.

I have experienced the no-sync issue you are reporting from Firefox in Windows Chrome. It seems to be caused by a bug in IndexDB, where the database becomes corrupted when it is destroyed (at logout) and then cannot become re-created. It seems random and I have not been able to reproduce it reliably, because it works most of the time. The only fix I know of is to completely erase all browser data from superlogin-demo.

If you have a few moments, could you update PouchDB and Angular Material to the latest versions in package.json (also clear your cache/browser data) and see if there is any improvement on IE or Firefox?

tohagan commented 8 years ago

Haven't had a chance yet to look at this but hopefully sometime this week.