MicrosoftEdge / MicrosoftEdge/WebView2Feedback
Html Audio Control: Can't set currentTime
Nobody has claimed this yet.
- Dominant language
- PowerShell
- Stars
- 526
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
Description
WinForms with
Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView
When adding an html control to a razor page in a WinForms app,
you are unable to advance the time bar, which corresponds to the audio.currentTime property.
The same bug exists in a Maui Blazor App
The bug does not exist in a regular Blazor Server App.
The Pause, Volume and Playback Speed work just fine.


Project Sdk="Microsoft.NET.Sdk.Razor">
PropertyGroup>
OutputType>WinExe
TargetFramework>net7.0-windows
UseWindowsForms>true
ImplicitUsings>enable
/PropertyGroup>
ItemGroup>
PackageReference Include="Microsoft.AspNetCore.Components.WebView.WindowsForms" Version="7.0.81" />
/ItemGroup>
/Project>
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.