Hello,
I am able to run my project fine from my server in chrome but in IE9, I cannot log or alert anything in my controller, it seems to bypass all alerts, so can't even test properly in IE.
I have delete functionality that works fine in Chrome, but IE it doesnt add what I want to a model, its as if it wipes the certain model and only has the most recent data in it before I merge it with the global. This does not happen in Chrome and I can't even verify that in IE cause I cant alert or log what's in the model..
I'm still waiting on sapui5 and fiori to be installed on the server, so I use a bsp that is a mixture of the sapui5 files in eclipe in a bsp I reference then in my index.
This is only an issue IE, I assume this issue could be that I'm missing some files perhaps that would make it work correctly in IE, but I get no warnings or errors about missing files.
The CDN is also blocked at work.
Any ideas? Sound like its my bsp files? Even though works fine in Chrome?