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.
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.
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.