TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
ikrami sami
1.5k
193
22.5k
Why does Print from a WebView return a blank page?
Mar 8 2020 3:29 PM
I have an Android WebView contain order mobile web app (asp.net)
Everything is fine except for when I open a pdf file :
string UrlForAndroid = "HTTPS://docs.google.com/gview?embedded=true&url="+openurl;
this.Page.Response.Redirect(UrlForAndroid, true);
this.Page.Response.End();
It opens but when I try to print it, it returns a blank page, even when I press share.
However, I've already set access read & write to external
Reply
Answers (
1
)
Image source is label Text
From Sqlite database to editor xamarin forms