Skip to content

clockfree/InputField-Native-Android-For-Unity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

InputField-Native-Android-For-Unity

you can hide inputField Keyboard for Android

How To use

  • step 1 - create new project or open existing project

  • step 2 - import package

  • step 3 - create new empty gameobject and add component "InputFieldHandler"

*step 4 - create Canavs and added InputFieldWF , you can find it in WindForceKeyBoard/PlayerPrefs"

done

How To get Text from InputFieldWF?

each InputFieldWF have KeyBoard script inside the script variable "text"

example

[serlizedfield]KeyBoard input1 ;

public void getText(){ Debug.Log(input1.text); }

About

you can hide inputField Keyboard for Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages