Hi everyone, We need to load the localhtml file(i.e) index.htm file, where it loads all other files in UWP applications using webview. As files are downloading to localstate, using the below code in UWP Url = new Uri("ms-appdata:///local/applicationame/index.html").OriginalString But when tried to click on any child pages we are getting popup message as "You will need a new app to open this ms-local-stream link" issue same file is opening with edge browser only facing the issue with UWP app only Could you please help us on this.
