Skip to content

Changes

Summary

  1. IFrame: added 100% height on iPhones to fix layout issues (details)
Commit 8c77da48c71b7afe55a3a36b9b82b2fa48537f35 by Andre Wegmueller
IFrame: added 100% height on iPhones to fix layout issues

On iPhone devices (Safari, Chrome) the IFRAME element within the
browser-field always had the wrong height. The height of the IFRAME
was smaller than the height of the surrounding browser field. Thus
in some cases text has been cut off and was not readable.

274946
The file was modified org.eclipse.scout.rt.ui.html/src/main/js/scout/iframe/IFrame.js (diff)
The file was modified org.eclipse.scout.rt.ui.html/src/main/js/scout/iframe/IFrame.less (diff)
The file was modified org.eclipse.scout.rt.ui.html/src/main/js/scout/util/Device.js (diff)