JuliaGizmos / Escher.jl

Composable Web UIs in Julia
https://juliagizmos.github.io/Escher.jl
Other
335 stars 63 forks source link

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

Open montyvesselinov opened 8 years ago

montyvesselinov commented 8 years ago

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 commented 8 years ago

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

randyzwitch commented 8 years ago

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 commented 8 years ago

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

shashi commented 8 years ago

Works fine for me...

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

ghost commented 8 years ago

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 commented 8 years ago

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 commented 7 years ago

165 is the same it seems..