Hi
I am windows phone developer. i working on application.
i need open one link in new tab or separate IE using javascript
i use following code but its open in app.
if anybody know then please help me.
thanks.
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.
Pranav ShahPosted Jul 16, 2015, 3:20 AM
Nilesh JadavPosted Jul 16, 2015, 2:43 AM
Pranav ShahPosted Jul 16, 2015, 2:32 AM
Hello World
" +"google" +
"";
wb.NavigateToString(testhtml);
Nilesh JadavPosted Jul 16, 2015, 2:30 AM
1) Add the following statement to your code.
2) Add the following code to your application wherever you need it, such as in a button click event.