EdCharbeneau/BlazorSize

Blazor Hybrid and BlazorSize

Opened this issue · 0 comments

Given a Blazor Hybrid app where the Blazor WebView does NOT occupy the full user interface (UI) of the native window, then BlazorSize will report an incorrect size or incorrect media query result. This is because BlazorSize uses the browser's dimensions and not the application's.

  • Research options for turning off or providing alternative code for Blazor Hybrid scenarios