Navigation is blocked: Moralis.Plugins.rarible.lazyMint

this code is not calling in mobile broswer and getting error (Navigation is blocked: wc:4f7ac6a9-6cc3-4c2b-9550-8d1a1d3eca4a@1)

    let res = await Moralis.Plugins.rarible.lazyMint({
        chain: 'rinkeby',
        userAddress: user1.get('ethAddress'),
        tokenType: 'ERC721',
        tokenUri: 'ipfs://' + metadataHash,
        royaltiesAmount: 5, // 0.05% royalty. Optional
    })