Sweta Sinha

Sweta Sinha

  • NA
  • 51
  • 40.5k

Open a link from a web browser page in WP8

May 15 2015 7:38 AM
Hi,
 
I am using WebBrowser in my xaml.
<phone:WebBrowser x:Name="webView1" Width="480"
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch"
VerticalContentAlignment="Center"
HorizontalContentAlignment="Center"
IsScriptEnabled="True" />
 
and in the cs file I have coded as, 
 webView1.Navigate(new Uri(url));
 
This page is being loaded in my app.But there is a hyperlink in this webPage,which is not working.
How can I make the hyperlink to work  from the webpage?

Answers (12)