Hi,
I am using WebBrowser in my xaml.
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?
12 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suresh MPosted May 18, 2015, 1:42 AM
Sweta SinhaPosted May 18, 2015, 12:56 AM
Suresh MPosted May 15, 2015, 9:05 AM
http://1drv.ms/1L6Vp5r
Sweta SinhaPosted May 15, 2015, 8:54 AM
Suresh MPosted May 15, 2015, 8:47 AM
Sweta SinhaPosted May 15, 2015, 8:27 AM
Suresh MPosted May 15, 2015, 8:23 AM
webView1.Navigate(new Uri(url,UriKind.RelativeOrAbsolute));
If my answer helps you please make it as correct answer.
Suresh MPosted May 15, 2015, 8:17 AM
It needs to work .for me its working. try some another URL in you webView1 may be in you hyperlink problem. Send your URL for more help.
Sweta SinhaPosted May 15, 2015, 7:53 AM
Suresh MPosted May 15, 2015, 7:50 AM
Sweta SinhaPosted May 15, 2015, 7:46 AM
This page displays:-
when the user would click on "https://www.facebook.com/xyz" hyperlink,then it should open a new webpage.
Suresh MPosted May 15, 2015, 7:42 AM