the APP we are doing now is a mixed APP, native android + h5
Native things like calling cameras, native android provides methods for front-end calls
now there is a demand:
A users share Wechat with B users, and B users will jump to H5 page when they open this link. I want to get the current phone IMEI code on this page, but B users don"t have to install our APP, so the native method of getting IMEI doesn"t work.
I have a special way to get IMEI under Baidu HTML5+ API.
however, APK is packaged with native APP. Will there be a conflict when I use hbuilder"s H5 + API?
if possible, how can VUE-CLI introduce HTML5 +?