I am trying to display an html in my Windows Store app (C#/XAML). But I cannot find an appropriate way to display it with the transparent background. Is there any way to get to know app background color and format html for WebView correspondingly? Or shall I better add another page for showing html-description, with setting its background to the one I would like beforehand (in code)? Or maybe there is some better approach?
P.S. I also would like to be able to handle hyperlink clicks, if it's possible. I know I can do so in WebView.