Y
Hacker News
new
|
ask
|
show
|
jobs
by
ttrashh
4818 days ago
Chrome for iOS is just a wrapper around Safari.
2 comments
marcins
4818 days 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.
link
igrigorik
4818 days ago
Not at all. iOS version uses UIWebView, but all the rest is Chrome code.
link
SunboX
4818 days ago
UIWebView means DOM, CSS and JavaScript is brought by mobile safari? All the stuff to show and run a web page?
link
jonknee
4818 days ago
Yes. Apple doesn't let you do the parts that make a browser tick.
link