You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, sometimes when running long running command, such as ffmpeg, I am unable to quit in between. I tried
q
Command + Z
Ctrl + Z
Command + C
Ctrl + Z
Moreover, after this “incorrect” termination, when I close and reopen the app, I’m still stuck on the previous command. Sometimes, it takes 2-3 times app closing and opening to be able to “end” the command.
I am wondering if I’m doing something wrong.
The text was updated successfully, but these errors were encountered:
I haven't found a way to stop a webAssembly program so far. It's one of their weaknesses.
Normally, force-terminating the App does it (one press on home button to put it in the background, two press on home button to see the app browser, slide a-Shell upward to force-terminate the app).
I haven't found a way to stop a webAssembly program so far. It's one of their weaknesses.
Normally, force-terminating the App does it (one press on home button to put it in the background, two press on home button to see the app browser, slide a-Shell upward to force-terminate the app).
An idea: Would WKWebView.reload() work in this case?
Hi, sometimes when running long running command, such as ffmpeg, I am unable to quit in between. I tried
Moreover, after this “incorrect” termination, when I close and reopen the app, I’m still stuck on the previous command. Sometimes, it takes 2-3 times app closing and opening to be able to “end” the command.
I am wondering if I’m doing something wrong.
The text was updated successfully, but these errors were encountered: