Skip to content

Prompts soft keyboard when focus on input field programatically on android

Notifications You must be signed in to change notification settings

bhanu7755/cordova-android-focus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prompt keyboard when focus on android device

This helps to emulate click in android app when focus on any input field programtically on device.This is very handy when we develop apps using Ionic 2/3.

Installation

cordova plugin add https://github.com/bhanu7755/cordova-android-focus

Usage

   declare var cordova;
   let element: HTMLElement = document.getElementById('searchTxt');
   cordova.plugins.Focus.focus(element);

About

Prompts soft keyboard when focus on input field programatically on android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published