We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe.
Support a way for wallet apps to switch back to the client dapp running the browser when both the wallet and browser are on the same mobile device
Describe the solution you'd like
Additional context
Feature request from AlphaWallet.
Metamask and Rainbow have done something like this.
They trigger a native API to switch back to previous app in foreground It seems to be a routing API that you can go back in history once.
Here is the source code that shows how Rainbow use “goBack” in their package https://github.com/brunobar79/react-native-minimizer/blob/master/ios/Minimizer.m
The text was updated successfully, but these errors were encountered:
flypaper0
No branches or pull requests
Is your feature request related to a problem? Please describe.
Support a way for wallet apps to switch back to the client dapp running the browser when both the wallet and browser are on the same mobile device
Describe the solution you'd like
Additional context
Feature request from AlphaWallet.
Metamask and Rainbow have done something like this.
They trigger a native API to switch back to previous app in foreground It seems to be a routing API that you can go back in history once.
Here is the source code that shows how Rainbow use “goBack” in their package
https://github.com/brunobar79/react-native-minimizer/blob/master/ios/Minimizer.m
The text was updated successfully, but these errors were encountered: