top | item 5489116

(no title)

ttrashh | 13 years ago

Chrome for iOS is just a wrapper around Safari.

discuss

order

marcins|13 years ago

Chrome for iOS uses a UIWebView for rendering (effectively Safari), but uses the Chromium networking layer, UI (omnibox), etc. Arguably though rendering/JS is a big part of what makes the browser the browser, but it isn't everything.

igrigorik|13 years ago

Not at all. iOS version uses UIWebView, but all the rest is Chrome code.

SunboX|13 years ago

UIWebView means DOM, CSS and JavaScript is brought by mobile safari? All the stuff to show and run a web page?