YiFeng

Results 5 issues of YiFeng

I have a chart with a scrolled axis, then I set chart with code: ```java setAutoScaleMinMaxEnabled(true); ``` but the max and min value of y axis is not calculated by...

In mobile wallet app, when opening a sui dapp on webview, how to program to connect the dapp and wallet app? Is there some dapp provider examples for sui dapp?

doc-issue

- 姓名:亦枫 - 关注领域:Android、iOS - GitHub ID:[Mike-bel](https://github.com/Mike-bel) - 博客: [CSDN-亦枫Blog](http://blog.csdn.net/growing_tree) [简书-亦枫](http://www.jianshu.com/users/1c40186e3248/latest_articles) - 公众号:技术鸟 ![](http://open.weixin.qq.com/qr/code/?username=NiaoTech)

This is my gradle dependencies: ``` implementation(platform("com.walletconnect:android-bom:1.14.0")) implementation("com.walletconnect:android-core") implementation("com.walletconnect:web3wallet") ``` when I call Web3Wallet.approveSession or rejectSession like this ``` Web3Wallet.approveSession(approveProposal, onError = { error -> }, onSuccess = { })...

bug

When I call the Web3Wallet.pair function on a same topic multiple times, I get the error message: `Pair with existing pairing is not allowed` I think I need to delete...

bug