Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I had code :

WebBrowserTask webBrowserTask = new WebBrowserTask();

webBrowserTask.Uri = new Uri("http://www.google.com", UriKind.Absolute);

webBrowserTask.Show();


It will go to google page but after that when i go form next or next to next page by google, Then i want to get url of that page.
But i couldn't get it.
WebView Provide it in Windows Phone 8.1. but my app is only in wp 8 and i want solution in WP8.

Please Help...se Help...
Posted

1 solution

Fanally....
I got solution on above Problem.

U can use Web Browser control with
IsScriptEnabled="True"

By Using this above problem is solved.
:-)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900