reddcoin-project / reddcoin_flutter

Wallet for Reddcoin and Reddcoin Testnet written in Flutter
GNU Affero General Public License v3.0
2 stars 0 forks source link

Copy Address Function #15

Open timf008 opened 3 years ago

timf008 commented 3 years ago

When clicking an address, it should automatically copy it to your clipboard.

Right now, the user waits for the “copy” prompt when trying to copy an address. Or needs to double tap.

reddink commented 3 years ago

Thankyou, Will add to this to our features list

reddink commented 2 years ago

Just following up on this, The standard copy method for android is by using a long press, or double - tap Are you suggesting that the copy action should be a single tap? I can see this would cause a bunch of UI troubles..

The only area that needs tobe fixed, as it is not working as standard is on the addresses tab where double tap will copy, Where-as, long press is not selecting the text