Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DX-3060] feat: support custom windows webview #260

Merged
merged 7 commits into from
Aug 2, 2024
Merged

[DX-3060] feat: support custom windows webview #260

merged 7 commits into from
Aug 2, 2024

Conversation

nattb8
Copy link
Collaborator

@nattb8 nattb8 commented Aug 1, 2024

Summary

The SDK now has the capability to support any custom Windows WebView as long as it implements our specific IWindowsWebBrowserClient. If a custom Windows WebView is used, the default Windows WebView that the SDK supports for files and dlls won't be included in the build.

Customer Impact

Customers can now utilise any Windows WebView of their choice with the SDK, as long as it implements our specific IWindowsWebBrowserClient and IMMUTABLE_CUSTOM_BROWSER is added to their game's Scripting Define Symbols. Please refer to our documentation for detailed instructions here.

Other things to consider:

@nattb8 nattb8 requested a review from a team as a code owner August 1, 2024 21:29
@nattb8 nattb8 merged commit 250241d into main Aug 2, 2024
15 checks passed
@nattb8 nattb8 deleted the feat/vuplex branch August 2, 2024 04:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants