EvanInputService

Source inputs

Helper that improves input selection on mobile devices. It will scroll automatically, so the input will appear within the viewport.


scrollToActiveInput

inputsService.scrollToActiveInput();

checks for an active dom element and scrolls the users viewport to this input

Example

inputsService.scrollToActiveInput();