Not able scroll to input in ionic app when focus on input in phone

Solution.1 Can you try to create a double click event on which change the position of form to be static? That may take your footer to top position.

Solution.2 Using CSS apply overflow-y: scroll; on the form.

Solution.3 You can also try to remove preference <preference name="fullscreen" value="true" /> in config.xml file.

I had the same issue and I resolve it using Solution.2.

Here is a link -- Keyboard Hiding Inputs Problem