Cordova Windows app script not executing if minimized

184 views Asked by At

I have created an HTML5 application using Cordova. I am using a background mode plugin (https://github.com/katzer/cordova-plugin-background-mode) but still the JavaScript code is not executing if the application is minimized. The same code is working in an older version of Windows 10 (Version 1607 OS build: 14393.2214). But this is not working in the latest Windows build (Version 1803. OS Build: 17134.345).

Please help me to resolve this issue

1

There are 1 answers

8
Delwyn Pinto On

If the code breaks only after minimization, we'll have to see the code to know the reason. Minimization seems to break some part of your logic, but we can't be sure without seeing the code.