I've been building a small game for my son. It's a simply pointing at animals game. It runs fine on the PC. But when I export it to HTML5 and then run it my iPad (both safari, chrome and PWA) quickly many issues surface. They seem to have to do with the app being minimized. After coming back things are off:
- The game keeps in a paused state (maybe because the audio files unpause the game after finishing)
- The input breaks, the global_mouse_position gets stuck at a value.
It's very hard to debug as I can't reproduce these issues on the pc html5 export. Just as a sanity check: Are these known? Is there a solution? Many thanks!