We have exposed the very basics in order to have a working webbrowser for Windows without the hassle to modify source code and install TChromiumFMX. There are some good suggestions, but we still have a lot of work to investigate these features, and before we expose them we also need to make sure that they are working for all supported platforms.
I would like to use Your FMX.TMSWebBrowser.Mac.pas in my project, but all code You put only in implementation section. Could You move declaration to interface section?
Above I wrote simple code for get Tag value. It works only on Windows. Below is my code for Windows & OS X. But I need use Your WebView class, so I move declaration to interface section in FMX.TMSWebBrowser.Mac.pas file.
function GetTagValue(const iTagName, iValueName: String) : String;