<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.