MATLAB Web App does not load when it comes to hosting
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
SungMoon Lee
il 2 Mag 2023
Commentato: Eric Delgado
il 2 Mag 2024
Hi,
I have truoble loading my web app on my web app homepage.
Other open-source web app example (mortgage calculator) does work well on the web app server,
but the one that I made on web app homepage does not finish loading, after I clicked on homepage.
Does anyone know some possible causes of this infinite loading error?
Thank you for reading.
5 Commenti
Risposta accettata
SungMoon Lee
il 16 Mag 2023
1 Commento
Eric Delgado
il 2 Mag 2024
Hey @SungMoon Lee, it sounds like a Matlab WebServer bug! Have you reported it to Mathworks? I noticed this bug as well, and my approach was to incorporate a uihtml object into the app. Through this object, I remove the WebServer's progress dialog.
window.parent.parent.document.getElementsByClassName("mw-busyIndicator")[0].remove();
Più risposte (0)
Vedere anche
Categorie
Scopri di più su MATLAB Web App Server in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!