How does VUE webapp use mobile camera to upload pictures?

the demand is to take photos and upload with your mobile phone, or to open a mobile photo album and click to upload. What should I do

Apr.20,2022

use the input:file tag to call the default camera and photo album function of the system. In fact, there is a capture attribute that directly indicates what functions need to be called

  

I don't know what framework you are based on webapp , but whether it is Cordova, PhoneGap, ionic, Hbuilder, weex, react-native , there are encapsulated dependency packages that are encapsulated with iOS, Android native API, with good performance and less bug.

Menu