How do you usually develop HTml mobile and pc versions?

Asked 2 years ago, Updated 2 years ago, 134 views

I developed the website as a target only with the PC version. Since there are a lot of mobile users, I think we need to develop a mobile version I have a question because I think there is a limit to my ability to use only reactive libraries such as bootstrap.

When developing PC version and mobile version, For example, do you develop the HTml file itself separately from the PC version and the mobile version? Or Do you write only the code branching within the same file?

Often the server is the same as the m.domain.com address and the www.domain.com address, but only the html file is used separately? After developing the code and thinking about it, I'm curious about it'

html javascript css web mobile

2022-09-22 16:45

1 Answers

The idea you're talking about is called Adaptive Web Design.

+ If you don't have an incredibly unique web design, take this opportunity to introduce a front-end framework. Bootstrap, Bulma, Materialize, etc. There are many frameworks that handle responsive types just by following the rules.


2022-09-22 16:45

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.