commit
412c9b4907
|
@ -69,7 +69,7 @@ export class CoreInfiniteLoadingComponent implements OnChanges {
|
||||||
* like the Ionic component does.
|
* like the Ionic component does.
|
||||||
*/
|
*/
|
||||||
protected async checkScrollDistance(): Promise<void> {
|
protected async checkScrollDistance(): Promise<void> {
|
||||||
if (!this.enabled) {
|
if (!this.enabled || this.error || this.loadingMore) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -922,7 +922,7 @@ ion-item.ion-activatable:not(.only-links) {
|
||||||
|
|
||||||
ion-anchor, a,
|
ion-anchor, a,
|
||||||
ion-button, button,
|
ion-button, button,
|
||||||
audio, video, select, input {
|
audio, video, select, input, iframe {
|
||||||
pointer-events: visible;
|
pointer-events: visible;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue