I am using exitOnClose in index window which forces the app to close when pressing back button. But, if any process is running in app like rendering of views, it closes with a crash.
Here is what I get in the logs
libc: Fatal signal 11 (SIGSEGV) at 0x00000013 (code=1), thread 4045 (KrollRuntimeThr)
Is there any way I can close the app smoothly without any error as this is a very bad experience for users. Thanks for any help!