I want to let the user know if the browser they are using is IE and if so, pop a warning message.
Currently I have the following right before the div IDs are loaded.
if(SC.isIE())
{
SC.warn("You are using IE, please switch")
}
but this does not seem to work when I test it with the latest IE. Is there another way to do this (using jQuery), a better way in SmartGWT? or I am putting the isIE()
at the wrong place. My first choice is doing this using smartGWT.