Skip to content

Small Meteor package which simply ensures that a focused input field stays visible when the viewport size changes. This happens e.g. on orientation change or when the keyboard shows up.

Notifications You must be signed in to change notification settings

vuhrmeister/meteor-ensure-input-visibility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ensures the visibility of a focused input field

When you have a form and on mobile you tab into a field the keyboard shows up. In that case normally the input field will be potentially hidden by the keyboard. This happens also when your viewport is rotated to landscape or vise versa.

This small package brings the focused input field back into viewport.

Installation

meteor add vuhrmeister:ensure-input-visibility

That's all. It will work automatically.

About

Small Meteor package which simply ensures that a focused input field stays visible when the viewport size changes. This happens e.g. on orientation change or when the keyboard shows up.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published