Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Long press on ion-textarea to show "paste" menu does not work (android) #72

Open
ionitron-bot bot opened this issue Nov 1, 2018 · 0 comments
Open
Labels

Comments

@ionitron-bot
Copy link

ionitron-bot bot commented Nov 1, 2018

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

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

Other information:
forum link

Ionic info:

Your system information:

Cordova CLI: 6.5.0 
Ionic Framework Version: 2.2.0
Ionic CLI Version: 2.2.1
Ionic App Lib Version: 2.2.0
Ionic App Scripts Version: 1.1.4
ios-deploy version: Not installed
ios-sim version: Not installed
OS: Linux 4.9
Node Version: v6.9.5
Xcode version: Not installed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

0 participants