mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
test(): add apple-mobile-web-app-capable metatag
This commit is contained in:
@ -549,7 +549,7 @@ export class VirtualScroll implements DoCheck, AfterContentInit, OnDestroy {
|
||||
|
||||
if (madeChanges) {
|
||||
// do not update images while scrolling
|
||||
this._imgs.toArray().forEach(img => {
|
||||
this._imgs.forEach(img => {
|
||||
img.enable(false);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user