MyGovernmentServices Splashscreen broken in IE

2655
1
Jump to solution
08-12-2015 05:47 AM
Labels (1)
BrianO_keefe
Occasional Contributor III

I've submitted a bug / issue in GitHub already but I'm needing an answer / solution quickly so I'm posting here as well.

The problem is the app splashscreen is broken in IE 11.

2015-08-12_073453.pngIE is the City's standarized browser system and as such we really need this app to work in it or else we have a problem. We use Chrome (and FIrefox) for development to ensure browser compatibility, but it works in those browsers. (technically I haven't checked in Firefox yet, but it works in Chrome)

What I see in Chrome is as expected.

2015-08-12_073143.png

But IE (see version image above) shows me this...

2015-08-12_073129.png

Which, I believe, is not the standardized nor expected option. lol

Does anyone have any idea(s) on what could be the problem or solution?

EDIT: I forgot to add a link in case you want to test it in your browser.

http://maps.cityoftulsa.org/MyGovernmentServices/

0 Kudos
1 Solution

Accepted Solutions
BrianO_keefe
Occasional Contributor III

A fix was discovered for this.

<meta http-equiv="X-UA-Compatible" content="IE=edge" />

This has to be the first element inside of the `<head>` tag.

It has to do with Compatibility Mode.

View solution in original post

0 Kudos
1 Reply
BrianO_keefe
Occasional Contributor III

A fix was discovered for this.

<meta http-equiv="X-UA-Compatible" content="IE=edge" />

This has to be the first element inside of the `<head>` tag.

It has to do with Compatibility Mode.

0 Kudos