mrlacey / MauiAppAccelerator

A Visual Studio extension to accelerate the creation of new .NET MAUI apps.
https://marketplace.visualstudio.com/items?itemName=MattLaceyLtd.MauiAppAccelerator
MIT License
326 stars 10 forks source link

Show activity while first loading the webview #7

Closed mrlacey closed 1 year ago

mrlacey commented 1 year ago

When first opening a page in a webview it can take a few seconds (depending on connectivity) where it's not clear what's happening. do better.

mrlacey commented 1 year ago

implemented ready for release in v1.2

Also fixed a bug in the C# Markup version where the NavigatedCommand wasn't being executed.