The reason is that this type of web page originated from a wireless protocol called WAP. WAP can run on various wireless networks, such as GSM, GPRS, CDMA, etc. WML is the abbreviation of Wireless Makeup language. Mobile phones that support WAP technology can browse Internet content described by WML. Today's small-screen mobile devices, such as mobile phones, already have the ability to access the WWW. Its built-in browser or third-party browser is mostly based on the WebKit engine. Therefore, no one uses WML to organize WAP sites anymore. Generally, WAP websites are built using HTML+CSS. When designing web pages for small-screen mobile devices, you may need to understand the following prerequisites:
Yes, I have to mention it. Who says it has a high market share? In actual development, we found that UC Browser has some "special care" for CSS:
However, I still believe that when building web sites for small-screen mobile devices, the interface can be developed based on the browser of the WebKit engine as the standard.
Here I created a fashionable design principle: "For the interface design of small-screen mobile devices, the interface of certain specified tasks should give priority to letting users focus on the current task rather than the application itself. " This principle is feasible and also applies to designing mobile device applications~ Each browser has customized the hover style of links. For example, some browsers add a border when a link is focused, while others add a background color when a link is focused. Therefore, web pages for small-screen mobile devices do not need to write hover styles in CSS. Considering the touch screen operation, users cannot perform over operations with their fingers, so the use of mouseover should be prohibited on web pages that are accessed on mobile devices . |
<<: Implementation steps for building FastDFS file server in Linux
>>: Solution to the problem of too high penetration of input and textarea levels in WeChat applet
Download the latest version of MySQL for Ubuntu L...
When I was writing join table queries before, I a...
I encountered such a problem when doing the writte...
How to implement text icons through CSS /*icon st...
1. Preparation 1.1 harbor download harbor downloa...
1. Download the CentOS image 1.1 Download website...
Connecting to MySQL Here I use navicat to connect...
We all know that Jmeter provides native result vi...
This article shares the Java connection MySQL und...
Definition and Usage The display property specifi...
<tr> <th width="12%">AAAAA&l...
Preface The project requirement is to determine w...
Question: After the computer restarts, the mysql ...
Table of contents Preface Cause analysis and solu...
<br />This section introduces how to impleme...