You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 4, 2022. It is now read-only.
first time load page nothing happened also while click on <ion-input> keyboard not shown but when I click on outside of input or tap any other in page and than click on input it works.
Screen.Recording.2021-09-14.at.3.14.46.PM.mov
if (this.plt.is('android')) {
setTimeout(() => {
const element = this.renderer.selectRootElement(
'#first > input'
) as HTMLTextAreaElement;
element.focus();
element.select();
}, 200);