Advertisement
Guest User

Untitled

a guest
Oct 13th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <p align="center">
  2.  
  3. ||UIWebView|WKWebView|
  4. |:----|:----|:----|
  5. |Introduced In|iOS 2.0|iOS 8.0|
  6. |Framework uses|UIKit|WebKit|
  7. |Scale pages to fit available|Yes|No|
  8. |Performance|Low as compare to WKWebView| higher and efficient|
  9. |Extra support like IndexedDB and ObjectStore ArrayBuffer.|No|Yes|
  10. |CPU usage to render same particles|90%|25%|
  11. |Able to load local files|Yes|No|
  12. |Data get saved in cookies|Yes|No|
  13. |Crash rate|High|Low|
  14. |iOS web browser compatibility|iCab, Mercury, Dolphin, Opera, Opera Coast, Grazing, Bing, Y! Browser|Google Chrome, Firefox, Ohajiki, Sleipnir, Libing|
  15. </p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement