WebGLInput icon indicating copy to clipboard operation
WebGLInput copied to clipboard

mobile keyboard continues on disable input field

Open fabsk7 opened this issue 4 years ago • 4 comments

when enable the input field run ok, but when disable the mobile keyboard do not disapear, each touch on screen appear the mobile keyboard. please help

fabsk7 avatar May 11 '20 04:05 fabsk7

Supporting mobile keyboards is very difficult...

like iOS Safari https://stackoverflow.com/questions/23722816/autofocus-text-field-on-mobile-but-no-keyboard

kou-yeung avatar May 11 '20 09:05 kou-yeung

hi @kou-yeung, I also have a similar problem like this on mobile, still no fix yet? or is there a function to manually close the keyboard?

AQE13H avatar Aug 05 '20 06:08 AQE13H

@AQE13H i will try to support mobile device. But the priority is low. Because Unity WebGL is not support mobile browser..

FYR : https://docs.unity3d.com/2019.4/Documentation/Manual/webgl-browsercompatibility.html Note that Unity WebGL content is not currently supported on mobile devices.

kou-yeung avatar Aug 05 '20 08:08 kou-yeung

i have release a new version to support mobile. thanks~

kou-yeung avatar Aug 21 '20 03:08 kou-yeung

mobile is support by unity ・InputField : from Unity2022.1 ・TMP_InputField : from Unity2023.2

kou-yeung avatar May 11 '24 04:05 kou-yeung