mopsicus / umi

Unity mobile input (UMI) plugin for Android and iOS, allows to use features of mobile native input fields
MIT License
399 stars 92 forks source link

additional mobile input box can be optional? #52

Closed xmshaka closed 4 years ago

xmshaka commented 4 years ago

(android) how to set additional mobile input box be optional?

mopsicus commented 4 years ago

You can't do it in current realization, cuz unity inputfields replaced to native. But you can try make it by yourself, and send PR

xmshaka commented 3 years ago

The effect I actually want to achieve is that the input box is displayed at the top of the screen instead of above the keyboard.Can you help me point out where to modify?

mopsicus commented 3 years ago

I don't understand at all what you want to do.. You can make you own inputfield and "stick" it to top. Or you want to use "old inputfiled from unity", but on the top?

xmshaka commented 3 years ago

Such an effect. https://github.com/xmshaka/webimg/blob/main/android_keyboard.md

mopsicus commented 3 years ago

Well, it's what I'm talking about. You can make MobileInputField in Unity, set in on top and over all objects, and call it when you need. But if you want to do it as default for all inputfields, I don't know how it is made. Maybe this is some option or hack too.