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.
Current behavior:
When long tapping on an ion-textarea using an android device, the keyboard disappears instead of showing the standard android overlay for pasting content.
I found a workaround by doing
ion-textarea .input-cover {
display: none;
}
, knowing that this probably breaks something else.
Expected behavior:
The standard android overlay for pasting content should appear
Steps to reproduce:
create an ion-textarea somewhere and do a long tap on it on an android device
Ionic version: (check one with "x")
[ ] 1.x
[x] 2.x
I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
When long tapping on an ion-textarea using an android device, the keyboard disappears instead of showing the standard android overlay for pasting content.
I found a workaround by doing
, knowing that this probably breaks something else.
Expected behavior:
The standard android overlay for pasting content should appear
Steps to reproduce:
create an ion-textarea somewhere and do a long tap on it on an android device
Other information:
forum link
Ionic info:
The text was updated successfully, but these errors were encountered: