Types of mobile version of the site
Posted: Tue Jan 07, 2025 3:39 am
Responsive website design
Adaptive design is one of the options for creating a mobile version. Its main characteristic is the absence of an independent version of the site. In other words, the design itself is adapted to the user, taking into account the resolution of his screen.
Mobile version of the site
The adaptive design layout is done using CSS3 with the help of media queries. The main point is that the adaptive design is developed one for all devices, both for PCs and for tablets and smartphones. That is, it is not a separate site.
Case: VT-metall
Find out how we reduced the cost of attracting an application by 13 times for a metalworking company in Moscow
Find out how
Media queries allow you to solve a number of different problems: set the width of a page or element, disable less important elements so that they do not interfere with studying the content on mobile devices and tablets.
At the same time, different versions can be developed for mobile devices and tablets. For example, for tablets, leave the most important blocks and delete unnecessary ones, for smartphones, reduce them as much as possible so that they do not interfere with the perception of content.
The adaptive mobile version of the site has a number of advantages:
It is convenient and simple to create. Adaptive design is easy to develop, since in one action you can lay out several versions of a web resource at once (for a computer, tablet and mobile). If you already have a ready-made layout of the main page in HTM, you need to write Media Queries for smaller resolutions, that is, for tablets armenia phone data and smartphones.
The website address is the same . With adaptive layout, the mobile version will have the same address as the full version of the website. This is a positive point. There is no need to set up redirects between different versions. At the same time, the user will not have to remember the address of the web resource, even if it is just with an additional letter m.
Adaptive layout when creating a mobile version of a web resource also has its disadvantages:
The site takes a long time to load . The long loading time is due to the fact that the resource, although adapted for mobile devices, but the design is adapted for the gadget. In other words, your mobile phone or tablet must load all HTML and all CSS files.
Despite the fact that the design of the mobile version of the site is maximally simplified and weighs only a few kilobytes, you need to load everything. Thus, the total weight of the page will consist of the full and mobile versions. And if the site takes a long time to load due to slow Internet, the user, of course, will not like it.
Difficulties with editing . The difficulty is that all versions of your site are in one document: for a computer, tablet, mobile phone. Yes, if you are an excellent layout specialist, then there will be no serious difficulties. But still, this is unnecessary hassle.
You can't select a website version. In this case, it's unclear how to switch to the mobile version of the website. If the necessary functionality of the resource is cut off, the mobile user will not be able to use it, unless he or she goes into the source code of the page. But no user will do this, but will simply go to a competitor's website.
So, despite all the shortcomings that adaptive design has, today, thanks to its good potential, it is a very common way to create a mobile version of a site. If you approach this task correctly, certain difficulties can be avoided.
Adaptive design is one of the options for creating a mobile version. Its main characteristic is the absence of an independent version of the site. In other words, the design itself is adapted to the user, taking into account the resolution of his screen.
Mobile version of the site
The adaptive design layout is done using CSS3 with the help of media queries. The main point is that the adaptive design is developed one for all devices, both for PCs and for tablets and smartphones. That is, it is not a separate site.
Case: VT-metall
Find out how we reduced the cost of attracting an application by 13 times for a metalworking company in Moscow
Find out how
Media queries allow you to solve a number of different problems: set the width of a page or element, disable less important elements so that they do not interfere with studying the content on mobile devices and tablets.
At the same time, different versions can be developed for mobile devices and tablets. For example, for tablets, leave the most important blocks and delete unnecessary ones, for smartphones, reduce them as much as possible so that they do not interfere with the perception of content.
The adaptive mobile version of the site has a number of advantages:
It is convenient and simple to create. Adaptive design is easy to develop, since in one action you can lay out several versions of a web resource at once (for a computer, tablet and mobile). If you already have a ready-made layout of the main page in HTM, you need to write Media Queries for smaller resolutions, that is, for tablets armenia phone data and smartphones.
The website address is the same . With adaptive layout, the mobile version will have the same address as the full version of the website. This is a positive point. There is no need to set up redirects between different versions. At the same time, the user will not have to remember the address of the web resource, even if it is just with an additional letter m.
Adaptive layout when creating a mobile version of a web resource also has its disadvantages:
The site takes a long time to load . The long loading time is due to the fact that the resource, although adapted for mobile devices, but the design is adapted for the gadget. In other words, your mobile phone or tablet must load all HTML and all CSS files.
Despite the fact that the design of the mobile version of the site is maximally simplified and weighs only a few kilobytes, you need to load everything. Thus, the total weight of the page will consist of the full and mobile versions. And if the site takes a long time to load due to slow Internet, the user, of course, will not like it.
Difficulties with editing . The difficulty is that all versions of your site are in one document: for a computer, tablet, mobile phone. Yes, if you are an excellent layout specialist, then there will be no serious difficulties. But still, this is unnecessary hassle.
You can't select a website version. In this case, it's unclear how to switch to the mobile version of the website. If the necessary functionality of the resource is cut off, the mobile user will not be able to use it, unless he or she goes into the source code of the page. But no user will do this, but will simply go to a competitor's website.
So, despite all the shortcomings that adaptive design has, today, thanks to its good potential, it is a very common way to create a mobile version of a site. If you approach this task correctly, certain difficulties can be avoided.