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
I m working on the chat application ionic 3 ios.
so on click of the send button keyboard should remain open.
for android, it's working fine but for ios no luck.
I gave up now its more than a month.
I tried following things but it's not working.
(1) this.sndbtn.setFocus();
(2) $event.preventDefault()
The text was updated successfully, but these errors were encountered:
mkgareja
changed the title
How to prevent keyboard hiding on click of button
Ionic 3 ios (iphone) : How to prevent keyboard hiding on click of button
Apr 23, 2020
I m working on the chat application ionic 3 ios.
so on click of the send button keyboard should remain open.
for android, it's working fine but for ios no luck.
I gave up now its more than a month.
I tried following things but it's not working.
(1) this.sndbtn.setFocus();
(2) $event.preventDefault()
code
The text was updated successfully, but these errors were encountered: