quasar dialog box is not working in IE
-
HI Team,
I have used quasar dialog box successfully in chrome,
But when I try to see output in IE it is inivisble…Please help me with this.
-
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
}
In IE specific css–
do we need to modify any default css classes for quasar dialog, to make it work fine in IE? -
This post is deleted! -
Can you post the code of your dialog box?
-
@reks Can you make sure IE is specified in your
browserslist
inside your package.json - you inadvertantly may not be supporting IE -
But when I try to see output in IE it is inivisble…
Does that mean that only the dialog is not working/visible in IE? Or does it mean that the entire page/app shows as a white empty screen in IE.
-
@dobbel Only dialog is not working in IE… and I will post code shortly
@Hawkeye64 yes IE specified in browserslist.