ebiten/internal/uidriver
Hajime Hoshi deb3d4a0c3 uidriver/mobile: Bug fix: Freeze on Pixel 4
An Ebiten application often freezes on Pixel 4. Apparently adding
loggings or runtime.Gosched hides the issue, though this doesn't fix
the root cause. The root cause might be in gomobile itself, but it
seeems really hard to make a minimum case.

As a tentative fix, add runtime.Gosched to avoid freezing.

Fixes #1322
2020-08-29 22:02:54 +09:00
..
glfw uidriver/glfw: Update comments 2020-08-24 04:07:08 +09:00
js ui: Add SetInitFocused 2020-08-23 02:19:09 +09:00
mobile uidriver/mobile: Bug fix: Freeze on Pixel 4 2020-08-29 22:02:54 +09:00