namouch / swfobject

Automatically exported from code.google.com/p/swfobject
0 stars 0 forks source link

Add ua check for iphone #663

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
timeout in onDomLoad line 116 keeps executing on ios devices.

add 'iphone = /iphone/.test(u),' to ua function
and add  if (!ua.w3 || ua.iphone) { return; } in onDomLoad

Original issue reported on code.google.com by mike.kn...@nlss.com on 9 Apr 2013 at 6:32