Mobile Keyboard Problems

I’m making an app which should have keyboard always on screen. Immediately I have two problems:

  1. When the keyboard is open there is some kind of white widget above it with a space for text and “ok” button. I want to have totally custom text output and thus I want this removed.

  2. When tapping outside of the keyboard it disappears. I would like to keep it open no matter what happens.

I’m new to mobile dev.

Usage example: https://bitbucket.org/Unity-Technologies/ui/src/2019.1/UnityEngine.UI/UI/Core/InputField.cs

1 Like