do many people use this thing? What about operational performance and development efficiency?
PS: complains a little: I find that all mixed development app cold start is very slow. For example, cordova package vue + MintUI, package has a capacity of less than 10m, but cold start for more than 5s. (the same web page is directly on Android"s native browser, plus the network transfer time, it doesn"t take so long to open. I wonder if cordova itself is slow? )
and the cold start is always a white screen. I checked on the Internet and said that to solve this kind of problem, or to change the white screen into loading images when loading the page, you have to directly modify the code in his packaged Android engineering files and make various optimizations, which is tantamount to understanding native development, and both ios and Android platforms have to be optimized respectively, so I might as well use native.