Hi,We have a catch all JavaScript error handler which forwards JS errors to a web endpoint that we log. We are seeing these errors logged on a daily basis. When they happen we get a large burst all at once - up to 1000.
We also know that they are associated with the user failing to use our website - this failure mode is blocking them.
Sadly, however, we have not managed to reproduce this ourselves. We're pretty sure we're looking at a defect in Chrome for iOS or something in our site that it kicking off this behaviour in Chrome.
I have captured the requests and responses from one failure and built a mock app server using them. However, even that did not reproduce the failure.
My current supposition is that the autofill_controller.js is attempting to load into the JS context but either __gCrWeb or __gCrWeb.autofill are not there.
We've seen this on both v 47 and v 48 of Chrome for iOS on iOS 9.2.1 - there are probably other combinations that exhibit this defect.
I realize that this report is fairly useless without a reproduction but I've run out of things to try. We're quite willing to try things in an attempt to find this.
Does anybody have any ideas they might suggest we try.
Many thanks in advance.
Cheers,
Edward