Can we take a print from Web View?

Viewed 17739

My simple question is Can we Print the page from Web View through WIFI printing?
I have made one page and displayed in Web View so, can i print that page?
In emulator it doesn't get any options for that, But in android wifi support phone have the print option.
Please help.

3 Answers

Some android/Ios version will not allow direct printing using window.print(). So the option is putting a floating button to print the page.

Related