Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 2 weeks ago
Vaadin bloquear pantalla.
Buenos dias, uncordial saludo, como puedo bloquear la pantalla del navegador mientras el servidor responde, para evitar que el usuario manpule el navegador o pulse mas opciones sin haber recibido una respuesta?.
Last updated on
Hola Juan,
proba agregando esto en tu scss
.v-loading-indicator[style*="none"]:before {
display: none;
}
.v-loading-indicator-delay:before,
.v-loading-indicator-wait:before {
content: "";
position: fixed;
background: rgba(0,0,0,.5);
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: auto;
}
Saludos
Last updated on
You cannot reply to this thread.