Detecting Chrome browser and detecting iOS

The documentation for webix.env has isWebKit and says this detects Google Chrome. But Chrome no longer uses Webkit. Perhaps there should be a distinct isChrome flag instead.

Webkit is currently only used by Safari, except that on iOS all browser apps must use Webkit.

Also, while you have an isAndroid, there is no corresponding isiOS. That would be useful.

Thanks!

Hello, @dethier

Thank you for your report. We would check the information and replace obsolete parts as soon as possible.

Playing some more with this this morning. In the iPad Firefox app, webix.env.mobile comes up as undefined. It works in the iPad Chrome app.