Currently working on developing an app using Cordova/Phonegap (v6.5.0). Platforms where I've installed the app: - IOS (issue identified) - Android (issue identified) - Browser (no issue found)
I am facing a known problem without a suitable solution.
Whenever a field on my page is in focus, the entire page attempts to adjust within the user's view (between the top bar and virtual keyboard). This results in fields overlapping each other, causing an unattractive appearance for the app.
What I desire is for my page to remain unchanged, without adjusting to accommodate the keyboard.
Does anyone have a resolution for this issue? It applies to all of my pages.
Thank you in advance
Update:
I managed to find the solution by myself through the following link: Soft-keyboard makes the cordova-view shrink