You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update projects to use latest WebView2 SDK 1.0.2646-prerelease (#247)
* Updates for Win32, WPF, WinForms, UWP and WinUI3 sample apps from 128.0.2646.0
* Updated package version for Win32, WPF and WinForms sample apps to 1.0.2646-prerelease
---------
Co-authored-by: WebView2 Github Bot <[email protected]>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
<p>Welcome to this demo showcasing the capabilities of the Programmatic Find API with WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 WebView2 . We have designed this feature to make it easier for developers to programmatically access and utilize WebView2's finding capabilities.</p>
37
+
38
+
<h2>Why Programmatic Find API?</h2>
39
+
<p>Programmatic Find API offers a way to embed WebView2's finding functionality directly into your applications. This enhances the overall user experience by allowing for customized behavior and extended functionalities.</p>
40
+
41
+
<h3>Features</h3>
42
+
<ul>
43
+
<li>Programmatic Access</li>
44
+
<li>Automated Testing Support</li>
45
+
<li>Real-time Results with WebView2</li>
46
+
<li>Enhanced Customization</li>
47
+
</ul>
48
+
49
+
<h2>Use Cases</h2>
50
+
<p>Some common use cases include text highlighting, real-time search features, and quality assurance testing. This ensures that applications built with WebView2 can offer a more dynamic and interactive experience.</p>
51
+
52
+
<h3>Technical Aspects</h3>
53
+
<p>The API is designed to be platform-agnostic, allowing developers to implement WebView2-based functionalities across a variety of platforms. It is also built to be backward-compatible, ensuring a smooth transition for applications relying on older versions of WebView2.</p>
54
+
55
+
<h2>Conclusion</h2>
56
+
<p>We hope this demo helps you understand the advantages of using the Programmatic Find API in your WebView2-based applications. The aim is to make your development process smoother while enhancing the user experience.</p>
57
+
58
+
<h2>FAQs</h2>
59
+
<ol>
60
+
<li>Is this feature limited to any specific programming languages?</li>
61
+
<li>How can I customize the search experience in WebView2?</li>
62
+
<li>What platforms currently support this WebView2 feature?</li>
63
+
</ol>
64
+
65
+
<footer>
66
+
<p>For more information, please visit the official WebView2 documentation. https://learn.microsoft.com/en-us/microsoft-edge/webview2/?form=MA13LH </p>
Hi, I don't know if this problem only happens to me but I run this project on my visual studio in debug mode, then this exception comes up.
It seems that a experimental interface is no longer supported in the new prerelease of webview2 sdk?
Then I revert the code to last commit and everything works fine.
1 commit comments
awrff commentedon Aug 4, 2024
Hi, I don't know if this problem only happens to me but I run this project on my visual studio in debug mode, then this exception comes up.

It seems that a experimental interface is no longer supported in the new prerelease of webview2 sdk?
Then I revert the code to last commit and everything works fine.