User-1980778524 posted
Hi NewBie for Blazor.
I started playing around with Blazor app using VS2019. I have this problem which I hope someone can help me.
- How to design the Blazor-based Webpage that can be shown in DeskTop and Mobile Browser in terms of Page design As mobile Page Layout is different from DeskTop?
Base on the Default App in VS2019, The Navigation Menu and the Display Pane are on the Same Page. How this will show in Mobile Phone?
2. The Landing Page name must be Index.html?
I see this Tag in Index.html
<meta name="viewport" content="width=device-width" />
but there is no such Tag in Blazor_webpage.razor
Would appreciate if you can point me to the correct reference to read and to practice.
Thanks