After connecting to the MetaMask iOS app using walletconnect v2, an approve tx was sent using typescript.
tx specifies maxFeePerGas and maxPriorityFeePerGas, but the MetaMask app ignores them and outputs the gas fee.
In transfer tx, maxFeePerGas and maxPriorityFeePerGas are normally applied and the gas fee is output, but this phenomenon occurs only in approve tx.
Is there any solution?