I'm using jQuery datetimepicker on some datetime inputs. Whenever a user changes the date with the datetimepicker's popup calendar, the related input field is focused and hence the browser may automatically scroll up/down on mobile (which is awkward UI)
Is there a way to prevent this scrolling?
Thanks