treecoder
treecoder

Reputation: 45081

Is chrome for iPad same as the desktop version?

I frequently use the http://caniuse.com/ lists to check browser compatibility.

You have "Chrome" and "Chrome for Android" columns, but no "Chrome for iOS".

So is the iOS version identical to the desktop Chrome? Or Android Chrome?

Upvotes: 0

Views: 1005

Answers (2)

SheetJS
SheetJS

Reputation: 22905

The underlying engine for Chrome for IOS is the standard UIWebView (like what safari for ios uses), not the one for the desktop.

Upvotes: 1

jackdbernier
jackdbernier

Reputation: 1572

No. Chrome on iOS actually use UIWebView because of Apple's restrictions.

Upvotes: 1

Related Questions