Android : Print html document from WebView

martync

I'v read that the WebView in Android is a simple browser based on webkit and I was thinking that calling window.print() from my html document will be handled by this "mini-browser". But no. After reading many things on that subject, it seems that it's only possible to call a print function from the android app, and not from the html document, and this parti is poorly documented.

Has anyone experienced this before ?

Thanks.

Mikhail Naganov

Thanks, @martync! Reposting my comment as an answer, as it has turned out to actually answer the question.

The documentation explicitly says "You cannot use JavaScript in a HTML document to trigger printing", and provides an example of how to use the Java API. Chrome for Android (at least Beta) supports window.print().

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

Android: Unable to Print/PDF html document from WebView (version: 86.0.4240.75)

From Dev

Algorithm to print CSS from an HTML document tree

From Dev

Algorithm to print CSS from an HTML document tree

From Dev

C# print html document from html string

From Dev

Print from JavaScript function to HTML without document.write()

From Dev

Android HTML WebView

From Dev

Setting Android Webview cookies from HTML file in assets directory

From Dev

Open link in default browser from Android WebView with HTML or Javascript only

From Dev

Android: read html files from external folder and display in webview

From Dev

Get html content from webview in Android (using Xamarin with C#)

From Dev

Get webview document title when HTML is loaded

From Dev

Get webview document title when HTML is loaded

From Dev

How to display HTML document in JavaFX WebView

From Dev

Print view Android webview pre version 4.4

From Dev

Android WebView not loading HTML file

From Dev

.net print HTML document in landscape representation

From Dev

Capture HTML from WebView as an Image?

From Dev

HTML,css,js issue when loading html from sdcard to webview in android?

From Dev

Loading html file to webview on android from assets folder using Android Studio

From Dev

Android - Save data from WebView

From Dev

Save PDF from Webview on Android

From Dev

Redirection from a webpage in android webview

From Dev

triggering JavascriptInterface from a android webview

From Dev

Take screenshot from WebView in Android

From Dev

Simulating a WebView from an Android Service

From Dev

Android - Save data from WebView

From Dev

Is there a command to find and then print a line from a document?

From Dev

Print range - print from page x until end of document

From Dev

Cannot get Current Webview HTML page path when page changed from Cordova android app

Related Related

  1. 1

    Android: Unable to Print/PDF html document from WebView (version: 86.0.4240.75)

  2. 2

    Algorithm to print CSS from an HTML document tree

  3. 3

    Algorithm to print CSS from an HTML document tree

  4. 4

    C# print html document from html string

  5. 5

    Print from JavaScript function to HTML without document.write()

  6. 6

    Android HTML WebView

  7. 7

    Setting Android Webview cookies from HTML file in assets directory

  8. 8

    Open link in default browser from Android WebView with HTML or Javascript only

  9. 9

    Android: read html files from external folder and display in webview

  10. 10

    Get html content from webview in Android (using Xamarin with C#)

  11. 11

    Get webview document title when HTML is loaded

  12. 12

    Get webview document title when HTML is loaded

  13. 13

    How to display HTML document in JavaFX WebView

  14. 14

    Print view Android webview pre version 4.4

  15. 15

    Android WebView not loading HTML file

  16. 16

    .net print HTML document in landscape representation

  17. 17

    Capture HTML from WebView as an Image?

  18. 18

    HTML,css,js issue when loading html from sdcard to webview in android?

  19. 19

    Loading html file to webview on android from assets folder using Android Studio

  20. 20

    Android - Save data from WebView

  21. 21

    Save PDF from Webview on Android

  22. 22

    Redirection from a webpage in android webview

  23. 23

    triggering JavascriptInterface from a android webview

  24. 24

    Take screenshot from WebView in Android

  25. 25

    Simulating a WebView from an Android Service

  26. 26

    Android - Save data from WebView

  27. 27

    Is there a command to find and then print a line from a document?

  28. 28

    Print range - print from page x until end of document

  29. 29

    Cannot get Current Webview HTML page path when page changed from Cordova android app

HotTag

Archive