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 has been 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);
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
Also try all mention workaround but not works:
https://stackoverflow.com/questions/42693567/not-been-able-to-set-focus-to-my-ion-input-as-i-enter-the-page
There is similar issue :
ukhkxyz@43c1cc9
The text was updated successfully, but these errors were encountered: