问题
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
回答1:
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.
来源:https://stackoverflow.com/questions/31757559/multiview-android-delphi-with-twebbrowser