Home  >  Article  >  Web Front-end  >  What is the difference between html5 and app

What is the difference between html5 and app

青灯夜游
青灯夜游Original
2021-05-20 15:30:154252browse

Difference: 1. If the original ecological app is more formal, the functions implemented by html5 are limited and can only realize some light interaction scenarios, while the app can perfectly solve it. 2. Although HTML5 can be cross-platform, the browser has a loading speed, and in terms of user experience, there is a waiting time for loading; but the APP does not.

What is the difference between html5 and app

The operating environment of this tutorial: Windows 7 system, HTML5 version, Dell G3 computer.

What is the difference between APP and HTML5:

1. If the original ecological app is more formal, the functions implemented by html5 are limited and can only realize some light interaction scenarios. app can solve it perfectly.

2. Although HTML5 can be cross-platform, the browser has a loading speed. In terms of user experience, there is a waiting time for loading. For example, if you use the QQ browser to open Baidu, it is different from directly using the Baidu app. Two experiences. When the browser opens Baidu, it has to be loaded, but the Baidu app suddenly displays the input box interface.

html5 Some key points that need to be paid attention to when designing the app:

1) Compatibility testing of each mobile browser

2) Adjustment of underlying services Retrieval (can be retrieved, but only when it is a core function. eg: Sina, Meituan, etc. have all removed the avatar upload function)

 3) Pay attention to offline data storage and reduce the frequency of data requests.

 4) Consider what data the user saves: settings, personal data, reading anchors, jump out pages, etc. [This generally refers to the navigation menu]

 5) Avoid interaction conflicts between animation and browser

 6) Asynchronous loading in order

More programming related knowledge , please visit: programming video! !

The above is the detailed content of What is the difference between html5 and app. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn