Hello,
I post on this forum because I have a problem with a JavaScript application on Safari 6 and 7.
The application updates a smartcard on a website, through a JAVA applet using JavaScript requests.
There is no problem with other browsers.
On Safari , randomly (1 smartcard's update on 10), the javascript completely freezes in the middle of an update (on a random card).
After 5 minutes exactly, the javascript resumes, and 2 behaviors happens : the update wether continues or stops completely.
We investigated a lot about this problem , at network and memory level.
We use a lot of "setTimeOut" function (approximately 1100 times), and read that setTimeOut could cause problems with memory management on Safari.
Does anyone have any ideas about this problem?
Does setTimeOut can freeze safari ?
Thanks