-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
What feature would you like, or what problem are you facing?
there is
LockWebView()
NetWebView2Lib/src/WebViewManager.cs
Lines 1084 to 1096 in 79d974b
| public void LockWebView() | |
| { | |
| InvokeOnUiThread(() => { | |
| if (_webView?.CoreWebView2 != null) | |
| { | |
| var s = _webView.CoreWebView2.Settings; | |
| s.AreDefaultContextMenusEnabled = false; | |
| s.AreDevToolsEnabled = false; | |
| s.IsZoomControlEnabled = false; | |
| s.IsBuiltInErrorPageEnabled = false; | |
| } | |
| }); | |
| } |
where is UnLockWebView()
What's your proposed solution?
please add UnLockWebView()
to
https://github.com/ioa747/NetWebView2Lib/blob/main/src/WebViewManager.cs
Thanks.
Screenshots
No response
Do you want to work on this issue/improvement?
not able
Any additional context?
No response
ioa747 and repsheep
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed