code
<ion-content scroll="true" overflow-scroll="true" class="iframe-wrapper">
<iframe data-tap-disabled="true" src="{{URL}}"></iframe>
</ion-content>
.css
.iframe-wrapper iframe{
width: 100%;
height: 100%;
}
แหล่งความรู้เกี่ยวกับการพัฒนาระบบสารสนเทศ
code
<ion-content scroll="true" overflow-scroll="true" class="iframe-wrapper">
<iframe data-tap-disabled="true" src="{{URL}}"></iframe>
</ion-content>
.css
.iframe-wrapper iframe{
width: 100%;
height: 100%;
}