Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support WebView 17692 #2180

Closed
rjmurillo opened this issue May 30, 2018 · 2 comments · Fixed by #2219
Closed

Support WebView 17692 #2180

rjmurillo opened this issue May 30, 2018 · 2 comments · Fixed by #2219
Assignees
Labels
controls 🎛️ feature request 📬 A request for new changes to improve functionality in progress 🚧 WebView 🖥️ WPF and WinForms WebView win 3️⃣2️⃣
Milestone

Comments

@rjmurillo
Copy link
Contributor

rjmurillo commented May 30, 2018

I'm submitting a...

  • Feature request (UserVoice request: )

Current behavior

Expected behavior

Support SDK 17962

namespace Windows.Web.UI.Interop {
  public sealed class WebViewControl : IWebViewControl, IWebViewControl2 {
    event TypedEventHandler<WebViewControl, object> GotFocus;
    event TypedEventHandler<WebViewControl, object> LostFocus;
    void AddPreLoadedScript(string script);
  }
  public sealed class WebViewControlProcess {
    string Partition { get; }
    string UserAgent { get; }
  }
  public sealed class WebViewControlProcessOptions {
    string Partition { get; set; }
    string UserAgent { get; set; }
  }
}

@rjmurillo rjmurillo self-assigned this May 30, 2018
@rjmurillo rjmurillo added controls 🎛️ win 3️⃣2️⃣ feature request 📬 A request for new changes to improve functionality labels May 30, 2018
@rjmurillo rjmurillo added this to the 3.1 milestone May 30, 2018
rjmurillo added a commit to rjmurillo/UWPCommunityToolkit that referenced this issue Jun 1, 2018
rjmurillo added a commit to rjmurillo/UWPCommunityToolkit that referenced this issue Jun 4, 2018
@rjmurillo rjmurillo added WebView 🖥️ WPF and WinForms WebView and removed WebView 🖥️ WPF and WinForms WebView labels Jun 7, 2018
rjmurillo added a commit to rjmurillo/UWPCommunityToolkit that referenced this issue Jun 7, 2018
@rjmurillo
Copy link
Contributor Author

@purani FYI

rjmurillo added a commit to rjmurillo/UWPCommunityToolkit that referenced this issue Jun 11, 2018
nmetulev added a commit to rjmurillo/UWPCommunityToolkit that referenced this issue Jun 11, 2018
@rjmurillo rjmurillo changed the title Support WebView 17677 Support WebView 17686 Jun 14, 2018
rjmurillo added a commit to rjmurillo/UWPCommunityToolkit that referenced this issue Jun 14, 2018
@rjmurillo rjmurillo changed the title Support WebView 17686 Support WebView 17692 Jun 26, 2018
@rjmurillo
Copy link
Contributor Author

Note that AddPreLoadedScript(String) appears in the API declaration, but does not appear to have any functionality.

nmetulev added a commit to rjmurillo/UWPCommunityToolkit that referenced this issue Jul 9, 2018
rjmurillo added a commit to rjmurillo/UWPCommunityToolkit that referenced this issue Jul 9, 2018
nmetulev added a commit to rjmurillo/UWPCommunityToolkit that referenced this issue Jul 11, 2018
@nmetulev nmetulev modified the milestones: 3.1, 4.0 Jul 11, 2018
rjmurillo added a commit to rjmurillo/UWPCommunityToolkit that referenced this issue Jul 12, 2018
rjmurillo added a commit to rjmurillo/UWPCommunityToolkit that referenced this issue Jul 12, 2018
# Conflicts:
#	Microsoft.Toolkit.Win32/Tests/UnitTests.WebView.WinForms/UnitTests.WebView.WinForms.csproj
nmetulev added a commit that referenced this issue Jul 13, 2018
Support WebViewControl functionality for 17692
@ghost ghost locked as resolved and limited conversation to collaborators Nov 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
controls 🎛️ feature request 📬 A request for new changes to improve functionality in progress 🚧 WebView 🖥️ WPF and WinForms WebView win 3️⃣2️⃣
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants