Javascript library changes between 4.1 and 4.2 legacy.js
Hi All
We are currently using Oracle Apex version 4.2.1.00.08 on oracle 11g database. So far our Apex application works well on a PC and most mobile browsers without any issues. The problem we are having is that we need to get our application working on a Windows CE device running IE 6 with javascript 1.5 support.
When running an Apex 4.1.1.00.23 application on the Windows CE device, everything seems to work well, however when we run an Apex 4.2 application, there are multiple problems. The ability to submit throws an error from the devices browser and therefore stops us from authentication as well as performing other functionality. The error message thrown by the browser is “Error: Could not complete the operation due to error 80004001”.
I understand from the Apex change log of 4.1 to 4.2 that the reason for this might be the changes with Apex 4.2 no longer using the legacy.js library.
My question is, can anyone suggest a solution/changes whereby we can run an Apex 4.2 application that is compatible with a Windows CE Internet Explorer browser(javascript 1.5)?
I have already enabled the legacy support and the 4.1 compatibility options in the application, however this does not resolve the errors. There is no alternate browser we can install on the windows ce device as they are old and cannot be upgraded any further.
Thanks in advance
Stuart