Pasting the contents from clipboard by long press touch is not working #568

Closed
opened 2019-06-01 17:02:00 +02:00 by toktoakhil · 4 comments
toktoakhil commented 2019-06-01 17:02:00 +02:00 (Migrated from github.com)

The Issue

On the wallet send area we cant paste the address by long touching

I am attaching screenshot of the window
Screenshot_20190601-143034-01

System Configuration

  • Device:
  • Android version:

Anything Else

Screenshots

Internal Use

Acceptance Criteria

Definition of Done

  • Tested against acceptance criteria
  • Tested against the assumptions of the user story
  • The project builds without errors
  • Unit tests are written and passing
  • Tests on devices/browsers listed in the issue have passed
  • QA performed & issues resolved
  • Refactoring completed
  • Any configuration or build changes documented
  • Documentation updated
  • Peer Code Review performed
## The Issue On the wallet send area we cant paste the address by long touching I am attaching screenshot of the window ![Screenshot_20190601-143034-01](https://user-images.githubusercontent.com/11274633/58750153-4944d580-84ac-11e9-852b-59108f2251d3.jpeg) ## System Configuration - Device: - Android version: ## Anything Else <!-- Include anything else that does not fit into the above sections --> ## Screenshots <!-- If a screenshot would help explain the bug, please include one or two here --> ## Internal Use ### Acceptance Criteria 1. 2. 3. ### Definition of Done - [ ] Tested against acceptance criteria - [ ] Tested against the assumptions of the user story - [ ] The project builds without errors - [ ] Unit tests are written and passing - [ ] Tests on devices/browsers listed in the issue have passed - [ ] QA performed & issues resolved - [ ] Refactoring completed - [ ] Any configuration or build changes documented - [ ] Documentation updated - [ ] Peer Code Review performed
tzarebczan commented 2019-06-16 18:28:46 +02:00 (Migrated from github.com)
From Akin: https://github.com/facebook/react-native/issues/9958 https://github.com/facebook/react-native/issues/18926
tzarebczan commented 2019-06-17 03:13:09 +02:00 (Migrated from github.com)

On some devices, it crashes the app too.

On some devices, it crashes the app too.
vgm8 commented 2019-06-18 12:39:09 +02:00 (Migrated from github.com)
I have the same problem: https://github.com/facebook/react-native/issues/18926#issuecomment-502645846
akinwale commented 2019-06-21 10:36:32 +02:00 (Migrated from github.com)

Did some more digging into this and it looks like it pretty much has to do with the core tech we're using: React Native and React Navigation (https://github.com/react-navigation/react-navigation/issues/5476). This will have to be fixed upstream. As a temporary work around, I will add a paste button beside the wallet address field which will paste the text in the clipboard into the field.

Did some more digging into this and it looks like it pretty much has to do with the core tech we're using: React Native and React Navigation (https://github.com/react-navigation/react-navigation/issues/5476). This will have to be fixed upstream. As a temporary work around, I will add a paste button beside the wallet address field which will paste the text in the clipboard into the field.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-android#568
No description provided.