Detect iOS Chrome

Hi all,

How can I detect if the user is opening my web app using Chrome on iPad? I tried WebSession.Browser, it returns WebSession.BrowserType.Chrome no matter I opened the app on my desktop or iPad. Thanks in advance.

http://documentation.xojo.com/index.php/WebSession

Look for PlatformType

Oh, I missed that, thanks Greg