cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Fiori Client - endless busy icon in detail view

OliverMerk
Explorer
0 Kudos

Hi all,

I have a Master-Detail App which I am running through my Fiori Launchpad (SAPUI5 Version 1.28.7) using the SAP Fiori client (version 1.5.0) on iPhone 6 (same issue occures on iPad)

Once I select an item on the master view, the detail view opens correctly however a small busy icon appears in the middle of the screen which is running endless. The Master Detail app has no oData-Connection at all. I have just created a local model which I have assigned to the masterlist.

Running the same app using the browser (safari or whatever) everything is fine.

Any ideas? Is the SAPUI5 Version maybe too old?

Regards,

Oli

Accepted Solutions (1)

Accepted Solutions (1)

OliverMerk
Explorer
0 Kudos

After spending some time of investigation, I have finally found an work-around.

1. This issue only appears if an app is being loaded using the index.html instead of component.js

2. If loading the app using the index.html, I got rid of the busy icon by including an invisible iFrame like that:

<core:HTML content="&lt;div&gt; &lt;iframe width='0px' height='0px' class='invisibleIFrame' src='/sap/bc/ui5_ui5/ui2/ushell/resources/sap-ui-version.json'&gt;&lt;/iframe&gt;&lt;/div&gt;">

  </core:HTML>

Answers (0)