RblSb
RblSb
Currently `"--force-device-scale-factor=1"` makes electron window blurry on any device with dpi > 1. If you try to remove that flag from `launch.json`, kha window resize logic stops working. Idk why...
Solved that in java for initial test. Sadly backspace doesn't work without visible TextField for Android 4.1+ and doesn't ever hit `keyDown` event, you only get `E/LatinIME( 1060): Backspace when...
Since this is a very difficult thing to debug and is so hard to find in the documentation, I suggest making the counter of open "drawing instances" and throwing an...
The only code about leaveListener is `canvas.onmouseleave = mouseLeave;` for html5/electron, so there is nothing to fix. Try reproduce it with simple canvas and some mouse event listeners without kha...
Yes, this backend makes little sense to support, it designed to have only g2 support with separated implementation on swing api. I updated it once some months ago, but only...
Will see what Robert says, maybe he want to remove this backend at all.
Android-java has performance problems like https://github.com/Kode/Kha/issues/1051 and something about audio support, so it's pretty useless. You can checkout android-hl for faster debug builds from scratch.
I think that fixed already? https://github.com/Kode/Krom/pull/130 My question: how to run hot reload, just build for Krom and resave files?
Probably fixed with https://github.com/Kode/khamake/pull/195. I can't reproduce anyway.
Video (and audio) cannot be played in Chrome before user gesture events.