setting AreBrowserAcceleratorKeysEnabled does not have effect #19419
Labels
area-blazor
Blazor Hybrid / Desktop, BlazorWebView
external
partner/webview2
Issues depending on Edge WebView2
platform/windows 🪟
t/bug
Something isn't working
Description
I want to disable F5 based refresh in an maui hybrid blazor app by means of setting AreBrowserAcceleratorKeysEnabled = false.
That doesn't seem to work.
The strange this is that setting other settings like IsZoomControlEnabled does work.
Steps to Reproduce
Start in visual studio a standard maui hybrid blazor app.
We need to and event handler to blazor webview and set the setting in the event handler.
Add BlazorWebViewInitialized event handler in Mainpage.xaml:
Link to public reproduction project repository
No response
Version with bug
8.0.3
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
maui-windows 8.0.3/8.0.100 VS 17.8.34322.80
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: