After developing a web application using node.js, express, angular, and bootstrap, I noticed that the layout and forms were not displaying correctly on all devices. Specifically, when running the app on a different device, such as an iPad or laptop, the forms and zoom were all messed up. My question is, how can we determine which device the app is running on and adjust the layout accordingly?
Thank you, Srihari