Recently. I tried to integrate the feature to connect the wallet to Starknet in my tele mini app, but it is not working on mobile devices.
ArgentMobileConnector.init({
options: {
url: typeof window !== "undefined" ? window.location.href : "",
dappName: "My app",
chainId: constants.NetworkName.SN_MAIN,
projectId: "***",
},
})