lqlam
lqlam
> > > This issue occurs on WebView 39 version only. Upgrading it via Google Play will fix the problem on the real device. When it comes to the emulator,...
> Excuse me, my computer is vivobook s14.version 11.2.3.Your file driver works perfectly, but it automatically restarts after the computer hibernates.Excuse me, how to solve it? Thank you. Use USB...
See my solution: [#450 (comment)](https://github.com/codebude/QRCoder/issues/450#issuecomment-1519706416)
You should use forked project from [https://github.com/JPlenert/QRCoder-ImageSharp](https://github.com/JPlenert/QRCoder-ImageSharp) with net7 support. It use ImageSharp by SixLabors. Here is my sample code: @using QRCoder @using SixLabors @using SixLabors.ImageSharp.Formats private string GenerateQRCode(string inputText)...