Hi Everyone,
We are developing a SAP UI5 application. It runs great in Chrome and Safari. But couldn't load the first page in IE9.
From the IE9 console, I got the below message.
Any suggestion will be greatly appreciated!
Siyu
2014-04-16 16:59:19 (default) : https://sapui5.hana.ondemand.com/resources/ - sap.ui.ModuleSystem
SCRIPT5022: failed to load 'sap/ui/thirdparty/jquery-mobile-custom.js' from https://sapui5.hana.ondemand.com/resources/sap/ui/thirdparty/jquery-mobile-custom.js: 0 - Error: Access is denied.
sap-ui-core.js, line 117 character 11783
SCRIPT438: Object doesn't support property or method 'getCore'
Jumble, line 30 character 2
SCRIPT438: Object doesn't support property or method 'localResources'
Jumble, line 48 character 2
Note: the SCRIPT438 error is regarding the below script code:
Line#30 var sLocale = sap.ui.getCore().getConfiguration().getLanguage();
var i18n = jQuery.sap.resources({
url : "res/i18n.properties",
locale : sLocale
});
<script>
Line#48 sap.ui.localResources("view");
The application runs somewhat in IE10, but have issues too, such as file upload doesn't bring up the file folders which you can select a file to upload.