Results 19 comments of leonidukg

Maybe the question is rather complicated or something else has not been implemented in the API. Let's look at the other side, how can you call the Paste command from...

My task without code is not quite clear. But I gave you an example of what works now WITHOUT javascript The question remains whether the data can be inserted WITHOUT...

`newItemIsert.CommandId = item.CommandId;` Error, newItemIsert.CommandId readonly

Error: `int pasteCommandid;` Need: `int pasteCommandid=-1;` The first call to the item does not give anything, and the second gives an error:: `d.Complete();` System.Runtime.InteropServices.COMException: "Method called at unexpected time. (0x8000000E)"

I understand your logic, I too tried to do all this a month ago. But nothing will work because of this rule: https://learn.microsoft.com/ru-ru/dotnet/api/microsoft.web.webview2.core.corewebview2contextmenurequestedeventargs.selectedcommandid?view=webview2-dotnet-1.0.1462.37 > however while command IDs for each...

Thank you. I would not be the only one who would be very grateful if you could show me working code for such a task. Maybe it could even be...

I may sound annoying, but have you been unable to write working code about using CommandId?

Thank you for making a request for extensions of these functions. From your code, I see that my implementation of the Ctrl+V keystroke emulation doesn't look too bad :)

This is a very famous chrome bug where it does not correctly apply color profiles. For example, if you work with graphics and you have a printer that uses a...

> We do require this functionality too. Will this be ever available? See https://github.com/MicrosoftEdge/WebView2Feedback/issues/2162