BlazorSize icon indicating copy to clipboard operation
BlazorSize copied to clipboard

Blazor Hybrid and BlazorSize

Open EdCharbeneau opened this issue 2 years ago • 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

EdCharbeneau avatar Aug 10 '22 15:08 EdCharbeneau