Regarding the error "ReferenceError: Can't find variable: atomicFindClose"
We often find with our Javascript exception tracking that it catches ALL javascript exceptions, which as often as not actually involve javascript from external sources. I'm not sure how this would sneak into mobile safari (unless it was being used on another device) but we often get exceptions from Chrome plugins and the like, which we cannot control.
We often find with our Javascript exception tracking that it catches ALL javascript exceptions, which as often as not actually involve javascript from external sources. I'm not sure how this would sneak into mobile safari (unless it was being used on another device) but we often get exceptions from Chrome plugins and the like, which we cannot control.