alpha-wallet-android
alpha-wallet-android copied to clipboard
Wallet tab page scanning problem
Use https://app.dodoex.io to generate a QR code, and then open the scan in the wallet tab, it will automatically jump to the browser tab but will not open https://app.dodoex.io
Scanning the QR code in a browser tab will open https://app.dodoex.io
Thanks @xiaohan445336816 we'll check it out.
@JamesSmartCell Scanning the URL QR code will call the following methods of HomeActivity
public void onBrowserWithURL(String url) { showPage(DAPP_BROWSER); getFragment(DAPP_BROWSER).onItemClick(url); }
But you removed the onItemClick method of DappBrowserFragment in version 3.61