Examples Setup GitHub
A service that allows hiding and showing virtual keyboard programmatically on both Android and iOS devices
Toggle
Copy
<tui-textfield> <input tuiInput [(ngModel)]="value" /> <label tuiLabel>Type something</label> </tui-textfield> <p> <button tuiButton type="button" (mousedown.prevent.zoneless)="keyboard.toggle()" > Toggle </button> </p> Copy
<tui-textfield> <input tuiInput [(ngModel)]="value" /> <label tuiLabel>Type something</label> </tui-textfield> <p> <button tuiButton type="button" (mousedown.prevent.zoneless)="keyboard.toggle()" > Toggle </button> </p>