Mobile iPhone does not work

We’ve successfully integrated web3auth into our dApp.
It works well on desktop browsers.
However, on mobile environment like iPhone, it does not work at all.
Pls feel free to use our below dApp link to test/check the issue:

Below is our code setup

    "@web3auth/base": "^7.1.0",
    "@web3auth/modal": "^7.1.2",
    "@web3auth/web3auth-wagmi-connector": "^5.0.1",
    "react": "^18.1.0",
    "next": "^12.2.0"
    new Web3AuthConnector({
      chains,
      options: {
        web3AuthInstance: new Web3Auth({
          clientId: WEB3_AUTH_CLIENT_ID,
          chainConfig: {
            chainNamespace: CHAIN_NAMESPACES.EIP155,
            chainId: '0xe', // '0x13'
            rpcTarget: RPC_URL_FLR, // RPC_URL_SGB
          },
          web3AuthNetwork: 'sapphire_mainnet', // 'mainnet', // 'testnet',
        }),
      },
    }),

@midotrinh Thanks for your recent post.

Please refer to ths existing thread for your issue Social login / email login not working on safari

@midotrinh Let me know if you have any further questions.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.