<ion-view view-title="title">
<ion-content scroll="true">
<iframe src="{{link}}"></iframe>
</ion-content>
</ion-view>
look at the code above.
as the title says,when I use a iframe in the ion-content the scroll does't work.
How to solve this problem.
Use overflow-scroll to enable scrolling
<ion-view view-title="title">
<ion-content overflow-scroll="true">
<iframe src="{{link}}"></iframe>
</ion-content>
</ion-view>
It's a bug on ios. I have resolved this problem. Refer to the following
Iframe scrolling iOS 8
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With