mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
@ -83,7 +83,7 @@ scrolling. In order to better control images, Ionic provides `<ion-img>`
|
||||
to manage HTTP requests and image rendering. While scrolling through items
|
||||
quickly, `<ion-img>` knows when and when not to make requests, when and
|
||||
when not to render images, and only loads the images that are viewable
|
||||
after scrolling. [Read more about `ion-img`.](../../img/Img/)
|
||||
after scrolling. [Read more about `ion-img`.](../img)
|
||||
|
||||
It's also important for app developers to ensure image sizes are locked in,
|
||||
and after images have fully loaded they do not change size and affect any
|
||||
@ -132,7 +132,7 @@ dimensions are measured correctly.
|
||||
#### iOS Cordova WKWebView
|
||||
|
||||
When deploying to iOS with Cordova, it's highly recommended to use the
|
||||
[WKWebView plugin](http://blog.ionic.io/cordova-ios-performance-improvements-drop-in-speed-with-wkwebview/)
|
||||
[WKWebView plugin](https://blog.ionicframework.com/cordova-ios-performance-improvements-drop-in-speed-with-wkwebview/)
|
||||
in order to take advantage of iOS's higher performing webview. Additionally,
|
||||
WKWebView is superior at scrolling efficiently in comparison to the older
|
||||
UIWebView.
|
||||
|
Reference in New Issue
Block a user