liftoff / GateOne

Gate One is an HTML5-powered terminal emulator and SSH client
http://liftoffsoftware.com/Products/GateOne
Other
6.28k stars 925 forks source link

Embedded mode -> not working on Safari/Opera #446

Open owenbrno opened 10 years ago

owenbrno commented 10 years ago

Hello,

I think is an known issue, I fixed the problem using: IndexedDBShim.min.js

Is it possible to include for future releases? IndexedDBShim.min.js gives support to indexeddb to Safari/Opera (desktop)

Also if this javascript library is not included, code should be fixed to use "local database", because code has bugs and they throw errors to console, I tried to fix but it takes time.

liftoff commented 10 years ago

It is supposed to fall back to localStorage when IndexedDB is not available... I'll see if I can figure out why that isn't working.