Skip to content
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

Open
montyvesselinov opened this issue Apr 14, 2016 · 7 comments
Open

http://escher-jl.org/layout-api.html #146

montyvesselinov opened this issue Apr 14, 2016 · 7 comments

Comments

@montyvesselinov
Copy link

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 ...

@montyvesselinov
Copy link
Author

Found test/widget-sampler.jl and the spinner ... but I am still concerned about the iPhone problem.

@randyzwitch
Copy link
Contributor

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.

@ghost
Copy link

ghost commented May 2, 2016

Website does not work on desktop either. Page comes up, loads and changes fonts and two seconds later goes blank.

@shashi
Copy link
Member

shashi commented May 3, 2016

Works fine for me...

@wlad It might be that the font didn't load properly, did you try reloading?

@ghost
Copy link

ghost commented May 4, 2016

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)

@andre-rifaut
Copy link

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."
I can see two "Beta" symbols or something similar on the title within the page displaying for a wink.
I cannot read anything from the escher-jl website !!!
I tried to "freeze" the page by printing the page in a PDF. In the pdf, the title and section headers are correct and the text within sections seems to be scrambled text. But when you make a copy of that scrambled pdf text to paste it into a basic notepad, you recover the original text "A web server for 2016. Escher's built-in web server ..."
I'm not a geek with a lot of add-ons and other non standard things in Firefox which is up to date.
I used the debugger of Firefox. You see the double beta, in the first figure:
eascher1
On that figure you see in green that we are at the last closing bracket.
Then I stepped in/out and one of the beta disappear. You see that in the second figure:
eascher2
In that figure you see that we are in
http://escher-jl.org/pkg/Escher/bower_components/webcomponentsjs/webcomponents.min.js
I had to allow the "view inside it" to remove the "blackboxed".
Then I stepped a little bit. You see that in the third figure (see comment continuing after the figure):
eascher3
Then I continued to step-out until I reached the toplevel of calls still inside webcomponents.min.js and everything disappeared.

@PallHaraldsson
Copy link
Contributor

#165 is the same it seems..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants