As the title says: What is the difference between Chrome for Android and Chrome for iOS.
I've done a bit of research between the two but couldn't find any recent information regarding the subject. The reason for doing this research is because I'm looking into the compatibility between mobile browsers for certain Web API's. For this I'm using caniuse.com, which only displays Chrome for android but not iOS.
I am aware that Chrome for iOS is not being executed by the UIWebView any longer (iOS >= 8), and it now makes use of WKWebView.
So are Chrome for Android and Chrome for iOS the same or is there still a difference between these mobile browsers?