-
Notifications
You must be signed in to change notification settings - Fork 63
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
http://escher-jl.org/layout-api.html #146
Comments
Found test/widget-sampler.jl and the spinner ... but I am still concerned about the iPhone problem. |
This really isn't an Escher.jl problem per se, as the escher-jl.org site is statically generated at the moment. So it's really an issue with the build process that converts the Julia code into static HTML, not the Julia code that runs the webserver as "Escher" proper. |
Website does not work on desktop either. Page comes up, loads and changes fonts and two seconds later goes blank. |
Works fine for me... @wlad It might be that the font didn't load properly, did you try reloading? |
Hi, from web inspector: [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (web-animations-next-lite.min.js.map, line 0) (I can see the text if I get rid of styles, except for the code samples) |
When accessing http://escher-jl.org and using a desktop and Firefox, I have exactly the same as @wlad : "commented 25 days ago : Website does not work on desktop either. Page comes up, loads and changes fonts and two seconds later goes blank." |
#165 is the same it seems.. |
http://escher-jl.org/layout-api.html does not work on my iphone. tried with safari and chrome. produces blank page. Since we want to use escher to make web sites accessible from a phone i am curious is this a general problem.
also is there a way to have a "Loading ..." gif image while Julia is doing computations instead of blank screen before Escher populates the window with Julia outputs ...
The text was updated successfully, but these errors were encountered: