apptaro
apptaro
Maybe related to this? https://github.com/openfl/openfl/issues/1098
I have confirmed that OpenFL has the same issue. The issue above is closed without a fix.
Or for html5 target, this: https://github.com/goldfire/CanvasInput It draws input field on canvas and IME does work magically for Japanese.
@jgranick so what's the status for TextField's IME support? OpenFL is not usable without it for Japanese users.
@larsiusprime @jgranick FYI, IME doesn't work for html5 target, either, but I found something interesting; this library draws input field on canvas and IME does work magically for Japanese. https://github.com/goldfire/CanvasInput
And it should not. From the documentation, > blur is triggered whenever a contenteditable element within an editor has lost focus to an element other than an editor maintained element...
we need to add { passive: false } for touch move like: ``` document.addEventListener('touchmove', touchmoveHandler, { passive: false }); ``` because from some version of Chrome, event listeners are default...
I know what's wrong. When a page is short, scrollling down (panning up) doesn't actually scroll the page, so scrolling up (panning down) will activate pull-to-refresh. https://github.com/nghiepit/prevent-pull-refresh/blob/master/index.js#L78 here, "maybePrevent" shouldn't...
@mortis42 I have the same issue, would you please share the resolution?
@adhawkins For me, it only happens when I use VBoxHeadlessTray. If I use VirtualBox GUI to save state the machine and quit, VBoxSVC.exe terminates and Windows shutdown normally.