I was wondering if there is a “Wappler way” of displaying a separate page for unsupported browsers. In my case, I would like to display some simple HTML for any version of Internet Explorer. I’ve tried using conditionals to check for IE specific things such as window.document.documentMode but I can’t get it to work. Even in IE, window.document.documentMode seems to be undefined when I use it in Wappler. Same with browser.document.documentMode.
To add to Ben’s great answer, you can setup a page level auto-run flow. Inside that, add a condtion same as suggested by Ben.
Then, in true part, you can use bootbox to show a good looking prompt with custom message.