Hello! There was a question with colleagues that we can not solve. It is known that when creating a mobile application you need to use
name="viewport" content="width=device-width" but then a question arose. for example, you can set the content value and be fixed, say 640 pixels and everything scales depending on the screen, or leave width=device-width and make a rubber layout ??
Please tell me how to do better!
thank!