MicrosoftEdge / WebView2Feedback

Feedback and discussions about Microsoft Edge WebView2
https://aka.ms/webview2
423 stars 51 forks source link

Configure slide-in animation for pdf-viewer-toolbar #2867

Open irgendwienet opened 1 year ago

irgendwienet commented 1 year ago

We are using the WebView2 in a WPF application as an PDF-viewer-control. That works pretty good!

When navigating from one PDF to the next (by updating the Source-property of WebView2 to another URI containing a pdf) the screen gets cleared (fair enough) and then the new PDF gets rendered. After rendering the PDF toolbar slides from the top into the view.

For my users the Webview is just a PDF panel where always one or another PDF page is shown. The slide-in of the toolbar is a little bit irritating.

I would love to just disable the slide-in animations for this toolbar. Maybe just a boolean in the CoreWebView2.Settings to disable the animation or to always show the PDF toolbar (even when no PDF is currently loaded).

AB#41775175

victorthoang commented 1 year ago

Hello @irgendwienet,

Thanks for your feature request. We've added this to our backlog. Please allow some time for us at the end of our sprint to appropriately prioritize this amongst other feature requests.

e-mano-e commented 9 months ago

Any news on this? I would also like to disable the animation of the pdf-viewer-toolbar.