cordova-plugin-wkwebview-engine
cordova-plugin-wkwebview-engine copied to clipboard
Fixing iframe height bug
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