androiddelphimultiviewoverriding

MultiView Android Delphi with TWebBrowser


Using the MultiView component in an area containing TWebBrowser, the component overrides the MultiView . Is there a way to fix this?

Usage: Delphi XE8 Update 1

There is no code in this first test. All configuration is visual with MultiView

enter image description here


Solution

  • Use TWebBrowser.MakeScreenshot and hide TWebBrowser when the TMultiView opens up. Fill a TImage or a TRectangle.Fill where the hidden TWebBrowser is with the screenshot.