Hacker News new | ask | show | jobs
by ttrashh 4818 days ago
Chrome for iOS is just a wrapper around Safari.
2 comments

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.
Not at all. iOS version uses UIWebView, but all the rest is Chrome code.
UIWebView means DOM, CSS and JavaScript is brought by mobile safari? All the stuff to show and run a web page?
Yes. Apple doesn't let you do the parts that make a browser tick.