Home > Article > Web Front-end > What are the shortcomings of uniapp?
The shortcomings of uniapp are: 1. Compatibility issues, the performance on the Android platform is worse than the WeChat applet and iOS; 2. File naming is limited; 3. For some bugs and problems in use, The official response was not very timely.
The operating environment of this tutorial: windows7 system, uni-app2.5.1 version, Dell G3 computer.
Recommended (free): uni-app development tutorial
The shortcomings of uniapp are:
1. Compatibility Sexual issues perform worse on the Android platform than on WeChat mini programs and iOS.
2. File naming is restricted.
3. Official feedback information is not timely.
Of course there are advantages~
Advantage 1:
uni-app is a set of open source frameworks that can be applied to multiple terminals. One set of code can generate ios, Android, and H5 at the same time. , WeChat applet, Alipay applet, Baidu applet, etc.
Advantage 2:
uni-app is more friendly to front-end developers, and the learning cost is relatively low. First of all, uni-app is based on vue.js. Secondly, the encapsulated components are exactly the same as those of the WeChat applet
Advantage 3:
uni-app is developed using HBX. HBX can be said to have relatively complete support for Vue syntax and so on.
ps: Of course, I prefer vscode and sublime
For more programming-related knowledge, please visit: Introduction to Programming! !
The above is the detailed content of What are the shortcomings of uniapp?. For more information, please follow other related articles on the PHP Chinese website!