pzZZZZ / input-show

Plugin for prevent mobile keyboard from rising footer over the text fields

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin for resolve soft keyboard blocks the bottom input element

Usage

Syntax

import inputShow from 'bundle/input-show.js';
new inputShow(input[,options])

input

  • Type: Object|String
  • Required

The input element or selector name

options

  • Type: Object
  • Optional

The options for timer.

Options

delay

  • Type: Number
  • Default: 200

等待键盘弹起延时(实际延时时间为delay+intervals)

intervals

  • Type: Number
  • Default: 300

元素滚到可视区域执行间隔

About

Plugin for prevent mobile keyboard from rising footer over the text fields


Languages

Language:JavaScript 100.0%