简体   繁体   中英

What browser engine does Capacitor use

We have some issues with elements that are rendered differently across devices. So can this be because they use a different browser engine? Is it a browser engine that the device provides or is it packed inside capacitor, and is there a way to set the version of this engine so every device uses the same engine?

The Capacitor documentation seems really good. According to those docs, the browser engine varies by environment.

  • On iOS , it uses Apple's WKWebView (Safari-like).

  • On Android , it uses an Android WebView with Chrome 60 or higher.

  • On Web , of course, it's up to the end user what gets used.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM