I have a mobile web page of the following format:
header - logo etc - absolute positioned
content - scrollable, absolute positioned
footer, 40px abs
I used scrollIntoView to solve this issue.
scrollIntoView
$(document).on('focus', selector, function() { document.querySelector(selector).scrollIntoView(); });