ToastWallet / core

This repo contains the core code for Toast Wallet. It is built for iOS, Android and browser directly from this repository. PC builds are built from the browser version using Electron.
GNU General Public License v2.0
210 stars 80 forks source link

Deeplinks die at pin entry screen #49

Closed copleykj closed 5 years ago

copleykj commented 5 years ago

I'm currently using a deeplink (xrpl://) to provide a quick way for users to send payment if they are already on their mobile device and therefore can't scan the provided QR. Toast wallet handles the intent properly and opens the app; however if the app isn't already open and unlocked the pin entry screen is shown. If I then enter the pin it opens the app, but not to a payment screen with the proper info entered, but to the default accounts screen.

RichardAH commented 5 years ago

This bug has been fixed in the upcoming release. If you experience any other issues with deeplinks please open a new issue, thanks!

copleykj commented 5 years ago

Thanks buddy