CommunityToolkit / Microsoft.Toolkit.Win32

ARCHIVE - This repository contained XAML Islands wrapper controls and tooling for XAML Islands with WinUI 2, see readme for more info about XAML Islands with WinUI 3 and the WindowsAppSDK.
https://aka.ms/windowsappsdk
Other
383 stars 89 forks source link

WebView: Need Frame name in Frame navigation events #31

Open purani opened 6 years ago

purani commented 6 years ago

I'm submitting a...

Bug report (I searched for similar issues and did not find one)

Current behavior

FrameNavigation event arguments has only Uri information. WebViewControlNavigationStartingEventArgs - Uri, Cancel WebViewControlContentLoadingEventArgs - Uri WebViewControlDOMContentLoadedEventArgs - Uri WebViewControlNavigationCompletedEventArgs - Uri, IsSuccess, WebErrorStatus

Expected behavior

Need TargetFrameName similar to what IE provides. If possible, please provide other data as well. eg: https://msdn.microsoft.com/en-us/library/aa768326(v=vs.85).aspx

Minimal reproduction of the problem with instructions

Not applicable

Environment

Nuget Package(s): 

Package Version(s): 

Windows 10 Build Number:
- [ ] Creators Update (15063)
- [ ] Fall Creators Update (16299)
- [x] April 2018 Update (17134)
- [ ] Insider Build (build number: )

App min and target version:
- [ ] Creators Update (15063)
- [ ] Fall Creators Update (16299)
- [x] April 2018 Update (17134)
- [ ] Insider Build (xxxxx)

Device form factor:
- [ ] Desktop
- [ ] Mobile
- [ ] Xbox
- [ ] Surface Hub
- [ ] IoT

Visual Studio 
- [ ] 2017 (version: )
- [ ] 2017 Preview (version: )
kbrons commented 6 years ago

Hi purani, thanks for submitting this issue! Based on what you're proposing, this would be a feature request and not a bug. Please update the issue based on that and create a uservoice request here.

rjmurillo commented 5 years ago

@joshholmes FYI