Allow Scrolling Inside Iframe In Ionic 1.x App

Posted By Weston Ganger

I was using an iframe inside my Ionic app but it was not scrolling. To fix this issue use the following HTML markup and CSS:

.iframe-wrapper iframe{
  width: 100%;
  height: 100%;
}

Related External Links:

Article Topic:Software Development - Javascript

Date:June 30, 2016