Skip to content

clockfree/InputField-Native-Android-For-Unity

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

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