MOBILE-3320 iframe: Fix some iframes height was too small
parent
4ad7a93fc7
commit
1e0d918963
|
@ -18,7 +18,7 @@
|
|||
</core-navbar-buttons>
|
||||
|
||||
<!-- Content. -->
|
||||
<core-loading [hideUntil]="loaded" class="safe-area-page">
|
||||
<core-loading [hideUntil]="loaded" class="safe-area-page core-loading-fullheight">
|
||||
|
||||
<!-- Activity info. -->
|
||||
<core-course-module-info *ngIf="showCompletion" [module]="module" [showManualCompletion]="true"
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
</core-navbar-buttons>
|
||||
|
||||
<!-- Content. -->
|
||||
<core-loading [hideUntil]="loaded">
|
||||
<core-loading [hideUntil]="loaded" class="core-loading-fullheight">
|
||||
|
||||
<!-- Activity info. -->
|
||||
<core-course-module-info *ngIf="showCompletion" [module]="module" [showManualCompletion]="true"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
</ion-toolbar>
|
||||
</ion-header>
|
||||
<ion-content>
|
||||
<core-loading [hideUntil]="finalUrl">
|
||||
<core-loading [hideUntil]="finalUrl" class="core-loading-fullheight">
|
||||
<core-iframe *ngIf="finalUrl" [src]="finalUrl"></core-iframe>
|
||||
</core-loading>
|
||||
</ion-content>
|
||||
|
|
Loading…
Reference in New Issue