Eilon Lipton
Eilon Lipton
OK so I'm almost certain it's that the various WebView integrations in BlazorWebView don't support 'range requests,' which is what the HTML audio element uses when seeking. The initial media...
Another way to look at thinks is that when BlazorWebView serves a static file asset it should behave as close as possible to what ASP.NET's StaticFileMiddleware does in terms of...
> @Eilon Any idea if this might get fixed before .net 20 ? :) Hopefully before then 😄 We're starting to establish priorities for what we plan to do for...
Jotting down some notes to future self: I thought that maybe on Windows with Edge WebView2 we could use [`SetVirtualHostNameToFolderMapping`](https://learn.microsoft.com//dotnet/api/microsoft.web.webview2.core.corewebview2.setvirtualhostnametofoldermapping?view=webview2-dotnet-1.0.2210.55) to have certain static files be loaded directly by WebView2...
Hi @jbonnett92 , can you show more info about how you're using this CSS in your app, and also a screenshot showing where the problem is? Ideally you could post...
@jbonnett92 I think we need more info in order to understand the issue. Are you using a WebView? Exactly what HTML is in the webview? Or is it a BlazorWebView?...
Ah, so you're saying that on iPhone it's fine, but on this Android device the text is too close to the notch? 
Gotcha. And to which selector/element are those CSS attributes applied? The CSS provided in the original post was incomplete.
And also can you show an example of the HTML that is being shown?
Alright this looks like it should be enough to continue, thank you!