Dear Experts,
I am calling a SAPUI5 application in NWBC HTML as a Web Address and it works fine with all browsers except for Internet Explorer. When calling the application with internet explorer I got only a blank page.
It works fine if I start the sapui5 application directly from SICF.
Has anyone faced an issue like this?
Bootstrap script is below
<script src="/sap/public/bc/ui5_ui5/1/resources/sap-ui-cachebuster/sap-ui-core.js"
id="sap-ui-bootstrap"
data-sap-ui-theme="sap_belize"
data-sap-ui-libs="sap.m">
</script>
SAPUI5 Library version is 1.38.6
Thanks