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

[Problem/Bug]: Issue with Facebook URL Accessibility in .NET MAUI WebView Runtime on Windows 10 #4296

Closed
PrabhuRout007 opened this issue Jan 11, 2024 · 1 comment
Assignees
Labels
bug Something isn't working regression Something used to work but doesn't anymore

Comments

@PrabhuRout007
Copy link

What happened?

I am currently developing a .NET MAUI application using .NET 7 for Windows desktop application, and I have encountered an issue with the WebView control on Windows 10 when attempting to load Facebook URLs. The specific version of WebView Runtime in use is 120.0.2210.121.
However, on Windows 10, attempts to access Facebook URLs within the WebView Runtime are unsuccessful. This issue is hindering the integration of Facebook Graph API for essential functionalities such as login and other activities.

Importance

Blocking. My app's basic functions are not working due to this issue.

Runtime Channel

Stable release (WebView2 Runtime)

Runtime Version

120.0.2210.121

SDK Version

No response

Framework

Other

Operating System

Windows 10

OS Version

10.0.19045 Build 19045

Repro steps

Launch the .NET MAUI application on a Windows 10 device.
Navigate to the section of the application where the WebView is implemented.
Attempt to load a Facebook URL (e.g., "https://www.facebook.com/") within the WebView.
Observe that the WebView does not display the Facebook content and instead shows an error or behaves unexpectedly.

Repros in Edge Browser

Yes

Regression

Regression in newer Runtime

Last working version (if regression)

No response

@PrabhuRout007 PrabhuRout007 added the bug Something isn't working label Jan 11, 2024
@github-actions github-actions bot added the regression Something used to work but doesn't anymore label Jan 11, 2024
@vbryh-msft
Copy link
Contributor

vbryh-msft commented Jan 11, 2024

This is known - main thread is here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working regression Something used to work but doesn't anymore
Projects
None yet
Development

No branches or pull requests

3 participants