If anyone wants to make their web app responsive o...
# compose-web
i
If anyone wants to make their web app responsive on mobile, add this meta tag to your index.html. This worked for me.
Copy code
<meta content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=3,user-scalable=yes" name="viewport">
4
🙏 4
K 1
r
Thanks!! I just hopped on slack to ask this exact question. Thanks for the solution.
👍 1