Can mixed APP still use html5+?

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 +?


HTML5+ is also a webview shell and needs to be installed with APP, so you can't do it. As long as the HTML5 standard does not read IMEI, then it is not feasible for you to get IMEI on the H5 page


mixed app, apicloud I am using, you can call the camera's
these are counted as advanced api, and the calling method is similar to the general js

.
Menu