-
Notifications
You must be signed in to change notification settings - Fork 800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work with Safari #16
Comments
I experience the same issue with Safari. |
Is it something to do with it being WebKit-based rather than Gecko-based? You could test that theory by trying to open Laverna in Midori browser, which is also Webkit-based. |
I think its because Laverna uses IndexedDB, but Safari currently doesn't support it. https://developer.mozilla.org/en/docs/IndexedDB#Browser_compatibility |
It doesn't work at all in Firefox private mode neither. |
@sa3m ,
|
Ok, that's probably why I thought it was a weird test :) |
Now in Midori browser works fine, in theory it should also work in Safari. |
I believe that I may close this issue now. |
After upgrading to OS X 10.10, I am unable to use Laverna on Safari 8. Here is my complete user-agent string: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/600.1.25 (KHTML, like Gecko) Version/8.0 Safari/600.1.25". Logged on the console is: "NotFoundError: DOM IDBDatabase Exception 8: An operation failed because the requested database object could not be found." Please see the attached screenshot for more information. Thanks. -Isaac |
Is this project dead already? And: it still doesn't work on Safari, OSX 10.10.2 NotFoundError: DOM IDBDatabase Exception 8: An operation failed because the requested database object could not be found. |
It does not work for Safari for me too... Safari 7.1.3, OS X 10.9.5 |
Thought, I too should probably add another related issue, which is:
I hope that helps. By the way, the new & improved UI is fantastic & it made me fall in love with Laverna, all over again! --Animesh |
@sheafferusa Thanks for your kind words. We are planning to release a stable version tomorrow which will probably resolve this issue with Safari. |
It still does not work at least on my mobile and desktop Safari/webkit based browsers as mentioned above. I use the official version at laverna.cc . I get the |
@suchkultur sad to hear it. It's a little hard to track down what is happening since we can't install Safari. We checked on Midori though, and it works there. We'll try to figure it out later. |
@wwebfor I had the chance to check what's happening in the web console (Safari dev tools). I See:
in line 14 of |
@suchkultur it seems like it cannot find localForage on Safari for some reason. |
We were able to reproduce and fix this issue with Epiphany browser. We have tested it on Safari (on Saucelabs) and everything seems to be working. If the bug still persists, we can re-open the issue. |
Hello, l found that laverna doesn't work on iOS 9.2.1(iphone) and OSX10.11.3/Safari 9.0.3 OSX Safari end with |
@ota1977, please try to open https://laverna.cc/nightly. We fixed this issue in this pre-release. |
Hi wwebfor, it's very good to know that this problem will be fixed soon, since I really like Laverna. |
@wwebfor Fantastic! Thanks a lot boss, for the wonderful work that you guys have done, and I am particularly happy that you guys finally crushed the bug/issue that had been troublesome since some time. Really, thanks a lot. It just works! Long live Open Source and Laverna, both! Cheers! PS: A screenshot of Safari Preview: Regards, |
@ota1977, @sheafferusa thank you for checking and your kind words :) |
I installed Laverna on my VPS and with Firefox on OSX I see the UI and I can use it. With Safari on OSX I see the background (white area on the left for the list of notes, grey area on the right for the currently selected note), but there is nothing in it, just the two areas.
Using Mavericks and the Safari that comes with it.
The text was updated successfully, but these errors were encountered: