I am creating an app which the textbox have to be fixed at the bottom of screen.
In my app, there is only two components, a text component and a textbox component, the textbox component is below the text component.
however, as the text component has too many words to show, the scroll function of the main screen have to be enabled and allow the user to scroll the screen to read the whole passages. How can I fix the textbox component at the bottom of the screen all the time even the user scroll up/down/the screen? just like the textbox at the bottom of WhatsApp, no matter how you scroll the screen, the textbox keep at the bottom all the time!
many thanks!!