Implement text selection in wxWebViewEdge

Text selection/copy/paste etc implemented via javascript
This commit is contained in:
Tobias Taschner
2020-01-16 20:50:26 +01:00
parent 048c1c4321
commit bb508dc347
3 changed files with 36 additions and 23 deletions

View File

@@ -285,7 +285,7 @@ public:
<a href="https://docs.microsoft.com/en-us/microsoft-edge/hosting/webview2">Edge WebView2</a>.
It is available for Windows 7 and newer.
The following features are currently unsupported with this backend:
virtual filesystems, custom urls, text selection, find, source code.
virtual filesystems, custom urls, find, source code.
This backend is not enabled by default, to build it follow these steps:
- Visual Studio 2015, or newer, is required