Implement script message for WKWebView backend

This commit is contained in:
Tobias Taschner
2021-02-15 18:13:57 +01:00
parent edcaf5210e
commit a7ff7a8012
4 changed files with 57 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ public:
virtual bool IsEditable() const wxOVERRIDE;
bool RunScript(const wxString& javascript, wxString* output = NULL) const wxOVERRIDE;
virtual void AddScriptMessageHandler(const wxString& name) wxOVERRIDE;
//Virtual Filesystem Support
virtual void RegisterHandler(wxSharedPtr<wxWebViewHandler> handler) wxOVERRIDE;