I'm building a React web app to be used on desktop and touch devices.
When the on screen keyboard appears after a user touches an input field, the entire content gets pushed up as the keyboard rises. This is normal functionality, but I'm looking for a way to prevent the keyboard from moving the content.
Has anyone done this before, or be able to point me in the right direction?
Thank you!