UWP - Webview with borders

Madhu 96 Reputation points
2019-11-23T15:13:35.103+00:00

Hi,

In our UWP app, we show data using web views. We have added a border around the web view. Now when the data loads, we see the empty borders before the text loads. Please check this.
Can you please let us know how to solve this issue.

https://drive.google.com/file/d/1SrvNep6FFNGzYLaiV7T7j7I0Et-oYQQT/view?usp=sharing

Here is the basic code for that.

alt text

Thank you.
Madhu

Universal Windows Platform (UWP)
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2019-11-25T06:30:21.037+00:00

    I have tried your code and the border does not dismiss when webview load complete, I found you bind IsComplete property for the BorderBrush, Please check if the BooleanToTopicBorderColor has return the correct value.

    alt text