umi icon indicating copy to clipboard operation
umi copied to clipboard

issue with SetVisible is not showing the text if gameObject is deactivated and activated again

Open AhmadMansy opened this issue 3 years ago • 0 comments

I am using this plugin in a project for both Android and iOS, and sometime i deactivate the parent of the inputField but the test remains hidden until i tap on the input (SetFocus) is called. even i tried to trigger SetVisible(true) manually but the text remains hidden. I took a look at the android project and i added BringToFront() to the (EditText) view and it solved my problem. I created a PR for that fix (https://github.com/mopsicus/UnityMobileInput/pull/102) This fix is only for android and I hope you fix the issue for both Android and iOS

AhmadMansy avatar Nov 29 '22 07:11 AhmadMansy