HungTran

Results 7 comments of HungTran

Let's implement this: ` public required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) Width = frame.width Height = frame.height }` The init of WormTabStrip doesn't setup Width and Height of TabStrip.

I get same problem too.

I know why the authentication popup in metamask isn't show. Because of deeplink format. in the example. they're using wcUrl.absoluteString let's take a look: ``` public var absoluteString: String {...

@mazenkourouche maybe the problem is your bridge server. You can try `https://safe-walletconnect.gnosis.io/`. It's worked for me

Me too. I installed fastlane (2.227.2) via Homebrew. @emranovin have you resolved?