Iframe pinch to zoom

I have created an app. and some page I embed external url in iframe. I’m trying to add ion-scroll to this working, but no luck so far:

 <ion-content class="has-header" overflow-scroll="true" scrollbar-y="true"  scrollbar-x="true" direction="xy">
        <ion-scroll zooming="true" direction="xy" style="width: 500px; height: 500px">
            <iframe ng-src="http://ngcordova.com/docs/" frameborder="0" style="width: 100%; height: 100%"/>
        </ion-scroll>
  </ion-content>

Thank you

1 Like

i have encountered a similar problem… any update/solution for the above question

Any solution?

I am having same trouble of adding pinch to zoom in a pdf viewer in iframe.