Unsupported browser

I have a number of users reporting that my web application is throwing up an unsupported browser error.

Oddly, all of the users or engineers at Google and are probably running a skunk Works version of chrome

I would like to be able to log the user agent etc. When this happens so I can react to it

I have looked in the documentation for unsupported browser but I don’t see an event where I can hang the code to log

I can react to the unsupported browser by providing HTML message or text message, but I can’t execute any code it seems. (Per: http://documentation.xojo.com/index.php/WebSession.AllowUnsupportedBrowser )

Is there any event, I am missing?

Silly me: AllowUnsupportedBroser is an EVENT!