Hi, I've developed a couple of applications using Web AppBuilder developer edition and they work fine in Chrome and Firefox, but they do not display properly in IE11. I'm using the Plateau Theme.
Specifically I have noted the following:
In the Web AppBuilder itself, these display okay - so am I missing something?
Thanks,
Stephen
Stephen,
I just tested all three in IE and it worked fine. See the attached image:
Hi Robert,
When I'm actually using Web Appbuilder it works fine, but when I deploy the application to the web server, the theme seems to default to Plateau Orange in IE, but picks up the customisations okay in Chrome and Firefox.
I'll grab some screen shots to demonstrate.
Here are the screen grabs. The first one shows my colour customisation working while in Web AppDeveloper - also the sub menu on layers is working. In the second image from the actual application on the web server, the colours change and other interface elements don't work. It seems as though a style sheet isn't being loaded properly. This only happens in IE and not Chrome or Firefox.
OK, have just noticed that it must be some sort of compatibility problem. I think IE is set to be compatible with IE8.
That would definitely be the issue.
Do not run the application in compatibility view. It is not supported.
Stephen,
My results are the same even when deployed.
When you are deploying the app in IIS, try to add a Response Header Tag on your Website and see if this helps at all -
X-UA-Compatible
IE=EDGE
Unfortunately I think it is a corporate setting that I will need to investigate. Thanks for your help and suggestions.