Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Version Updates
Merging this PR will release new versions of the following packages based on your change files.
wry
[0.22.0]
WebViewAttributes::with_accept_first_mouse
method for macOS.accept_first_mouse
option, closes #714 (#715) on 2022-10-04Request
and returnsResponse
types fromhttp
crate.http
crate primitives instead of a custom impl (#706) on 2022-09-29download_started_handler
anddownload_completed_handler
. Seeblob_download
anddownload_event
example for their usages.<select>
dropdowns. Also notify webview2 whenever the window position/size changes which fixes the<select>
dropdown positionWM_ENTERSIZEMOVE
and callNotifyParentChanged
onWM_WINDOWPOSCHANGED
. (#695) on 2022-09-16wry://
which doesn't contain a host.wry::Error
and replaced with genericHttpError
variant that can be used to converthttp
crate errors.http
crate primitives instead of a custom impl (#706) on 2022-09-29WebView::url
to get the current url.WebView::url()
to access the current url (#732) on 2022-10-25http
module and replaced with re-export ofhttp
crate.http
crate primitives instead of a custom impl (#706) on 2022-09-29WebviewBuilderExtWindows::with_additionl_browser_args
method to pass additional browser args to Webview2 On Windows. By default wry passes--disable-features=msWebOOUI,msPdfOOUI,msSmartScreenProtection
so if you use this method, you also need to disable these components by yourself if you want.