JavaScript setTimeout delay ignored on IPhone

I found the following to be ignored on an IPhone.

setTimeout(function () { ajaxget(notificationElement); }, 10000);

Below is the solution for the delay to be respected.

window.setTimeout(ajaxget, 10000, notificationElement, null);
About these ads

About Romiko Derbynew
I enjoy surfing the perfect wave.

One Response to JavaScript setTimeout delay ignored on IPhone

  1. Cepega says:

    Thanks! It work!

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

Join 131 other followers

%d bloggers like this: