cancel
Showing results for 
Search instead for 
Did you mean: 

Q: UI5 application not visible in Portal inContent-iView with IE?

mario_maisto
Participant
0 Kudos

Hello all,
I have a question regarding displaying the UI5 application in the Portal's in-content iView when using Internet Explorer. Firefox and Chrome although, have no problem with this, but sadly Internet Explorer will not display the application in the iView. I searched for solutions (that suggested using the X-UA-Compatible tag..), but found no help.

The application's index.html starts with

<!DOCTYPE HTML>

<html>

   <head>

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

I also tried to emulate some other versions like :    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">  (also 8,9..)

Also I would like to point out, that Microsoft Edge also has no problem with loading the iView, but as I need the solution to work with Internet Explorer as well, i would very much like to find a solution to this problem.

When I open the console while  trying to load the iView in IE, I get a lot of errors, which do not occur on other browsers (see picture) :

Does somebody know a solution to this problem?

Any kind of help would be appreciated,

Mario.

View Entire Topic
former_member299909
Discoverer
0 Kudos

Exact same issue here at our Portal + UI5 app.

Worked fine now suddenly out of the blue it's broken with exact same error:

"negative cache: 'sap/ui/core/Core.js' from undefined/sap/ui/core/Core.js"


Cheers,


Benjamin

ParagJain
Participant
0 Kudos

It looks like the "standard" and "quirks" problem of IE and EP.

If you are on 7.4 SP9 and above, use the AFP in standards mode and it should work - http://service.sap.com/sap/support/notes/2001910

If you are on <7.4 SP (we are on SP8), it works by having the iView open in a new window - see http://service.sap.com/sap/support/notes/2016845 point #3    

I could also see that it works if i use AFP, open the iView (appears blank) and click on Options > Open in New Window.

Will update this thread once we upgrade to SP10 and try out the SFP in standards mode.

Regards,

Parag.

ParagJain
Participant
0 Kudos

We upgraded Portal to 7.4 SP10 and as stated in note#2001910, UI5 apps are now working in IE11 and IE10 if we use the AFP standards framework page.

Following are still open on our side:

1. IE9 still has same issue even though the note states that it should work from IE9 onwards

2. "Full Screen" mode of the iView doesnt work correctly and re-size the app

3. Performance of UI5 app is comparatively slower than Chrome

4. Popup messages in our UI5 app are not shown correctly in IE11

More updates as we solve them.

Regards,

Parag.