I recently came across this error message: Can't find variable: loadHomepageTiles
on our error logs from one of our angularjs 1.6 mobile applications.
This seems to only happen on iOS devices running 11.3 based on the error logs.
We don't have any reference to loadHomepageTiles
on our codebase and I could not find any references to this in any of the node modules either so. It seems to be generated by mobile safari from what we can tell.
I can't seem to find any documentation about it on the net or how to recreate the error on an iOS device. Does anyone have any experience with this error? or could point me towards any documentation, please? thanks
ManagedBrowser
in the User Agent when this error occurs. I think this may just be an enterprise restricted phone browser where a function to detect if an application is already installed on the homescreen is restricted. Our sentry log records the error occurring in global code at 1:18, which is either inside a html tag, or inside the textwindow["webpackJsonp"]
. I am pretty sure the error occurs in browser code instead.