Problems with input fields and logout after printing in Electron app
06:58 18 Dec 2025

I converted my HTML Sales Manager web application into a desktop application using Electron.

After converting the app, I started facing two problems:


1. Input field problem after minimizing the app

When I minimize the Electron application window and open it again,
the input fields working correctly.

  • I can type only one time, then typing stops so i have to minimizing window again.

  • Before minimizing, everything works normally.


2. App signs out after printing a receipt

When I print a receipt for a payment,
the application signs out automatically.


This application is very important to me because it is part of my work,
and I really need help from any experienced Electron developer.

Thanks for your help.

node.js electron