MicrosoftEdge / MicrosoftEdge/WebView2Feedback
Configure slide-in animation for pdf-viewer-toolbar
@Lakshmisha-KS is already working on this.
Since Feb 12, 2025.
- Dominant language
- PowerShell
- Stars
- 526
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
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).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.