cordova-plugin-wkwebview-engine icon indicating copy to clipboard operation
cordova-plugin-wkwebview-engine copied to clipboard

Fixing iframe height bug

Open yelhouti opened this issue 9 years ago • 0 comments
trafficstars

As you might know, many people trying to use iFrames within the UIWebView face the following problem: -You can't have a scrollable iFrame with a fixed heigh of your choice. Workaround: -put the iframe inside the div, and set a fixed height for the scrollable div. -this prevents from using footers ... since the footer would be positioned on the bottom of the iFrame which heigh depends on it's content. Do you you think it might be possible to fix this bug using this plugin on the WKWebView. Thank you in advance. Bests

yelhouti avatar Sep 23 '16 03:09 yelhouti