Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
0
Answer
in webview download link not work??!!!
masoud ke
7y
261
1
Reply
hi.
can you help me?
i us webview in my android app. and i load web page in webview.web page continio download link.but i
Click
in link is not work.
Programs written in Visual Studio
2013 and xamarin.android.
C#
code webview :
w = FindViewById(Resource.Id.webView1);
w.Settings.LoadsImagesAutomatically = true;
w.Settings.JavaScriptEnabled = true;
w.SetWebViewClient(new mybrowser2());
w.LoadUrl("http://mypage");
// code for open page in webview
public class mybrowser2 : WebViewClient
{
public override bool ShouldOverrideUrlLoading(WebView view, string url)
{
view.LoadUrl(url);
return true;
}
}
Post
Reset
Cancel
Answers (
0
)
Next Recommended Forum
Xamarian or Cordova
Guides to create an online mobile store app