alpha-wallet-android icon indicating copy to clipboard operation
alpha-wallet-android copied to clipboard

Wallet tab page scanning problem

Open xiaohan445336816 opened this issue 2 years ago • 3 comments

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

xiaohan445336816 avatar Mar 30 '23 07:03 xiaohan445336816

Scanning the QR code in a browser tab will open https://app.dodoex.io

xiaohan445336816 avatar Mar 30 '23 07:03 xiaohan445336816

Thanks @xiaohan445336816 we'll check it out.

JamesSmartCell avatar Apr 02 '23 22:04 JamesSmartCell

@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

xiaohan445336816 avatar Apr 08 '23 02:04 xiaohan445336816