1. Background of the problem:
2. Causes of the problem:The document may have been manipulated but not destroyed (maybe) 3. Problem solving:Eliminate the document of the operation
//The method parameter content: the element to be printed printFun = (content) => { var Window = window.open("", "Print Page", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=yes, copyhistory=no"); var style = "<style type='text/css'></style>"; Window.document.write(content + style); Window.focus(); Window.document.close(); //Close the output stream of the document and display the selected data Window.print(); //Print the current window return Window; }
var windows = this.print(document.getElementById('billDetails').innerHTML); windows.close(); Summarize:
This is the end of this article about how to solve the problem of page unresponsiveness when using window.print() in React. For more related content about page unresponsiveness when using window.print() in React, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! |
<<: CSS Tutorial: CSS Attribute Media Type
>>: Nginx implements high availability cluster construction (Keepalived+Haproxy+Nginx)
Calculation of the box model <br />Margin + ...
MySQL is a relational database management system....
From: https://blog.csdn.net/qq_44761243/article/d...
Preface This article will share some docker-compo...
The CSS counter attribute is supported by almost ...
Table of contents Question: Case (1) fork before ...
The powerful tool cgroup in the kernel can not on...
Table of contents tool Install the plugin Add a ....
We can create jsx/tsx files directly The project ...
Preface: In project development, some business ta...
1. Cancel the dotted box when the button is press...
Introduction: The disadvantages of storing all da...
1. Space rules Whitespace within HTML code is usu...
10.4.1 The difference between Frameset and Frame ...
1. Create a test table CREATE TABLE `testsign` ( ...