magnum icon indicating copy to clipboard operation
magnum copied to clipboard

Android) add mechanics to resume application from background

Open hsdk123 opened this issue 11 months ago • 2 comments

Currently, the application will crash if sent to the background and brought back to the foreground. The following provides a mechanism to continue the application.

hsdk123 avatar Jan 23 '25 14:01 hsdk123

@mosra did you find more time to look into this?

hsdk123 avatar May 24 '25 12:05 hsdk123

Only partially, sorry -- so far I added the focusEvent() and blurEvent() to all apps in 7558bc71ba42f681d624670d548ec3904863b166, in case you want to adapt this code to use these.

mosra avatar Jun 05 '25 20:06 mosra