Open JamesW75 opened 4 years ago
Hello JamesW75, thank you for opening an issue with us!
I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible. Other community members may also look into the issue and provide feedback π
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
This issue has been marked as "needs attention π" due to no activity for 15 days. Please triage the issue so the fix can be established.
Describe the bug
Unable to set IsPrivateNetworkClientServerCapabilityEnabled on WebViewCompatible control. Setting the property at design time is not preserved when the form is saved. This causes intranet sites to not be rendered when using WebViewCompatible control.
Steps to Reproduce
Steps to reproduce the behavior:
Expected behavior
Setting of IsPrivateNetworkClientServerCapabilityEnabled in design time is preserved. If preserved, intranet sites can be viewed with WebViewCompatible control.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Additional context
As a workaround, I attempted to set this property at runtime with the following code:
((WebView)webViewCompatible1.View).IsPrivateNetworkClientServerCapabilityEnabled = true;
That resulted in the following error: