How are H5 pages nested into APP?

our company has an android,. I am the front end.

because of the many tasks and the slow progress on the android side, the leader asked me to make the H5 page and nest it into the APP

the question is: after I finish the H5 page, how can I give the page to android?

right? is the whole project sent to android or is it just html??

I am developing with vue-cli, and I send the pre-packaged ones to andorid?. Or send him the packaged file?


of course
there are two situations
1 encapsulate your packaged html in app
2html file on the server, he writes webview in Android and opens the online address directly


usually just give it to android as you put it in the browser and upload it.

in theory, you just need to give her an access point.


usually app opens an online address directly with a webview, so you need to pack your H5 address and put it on a server to access it.
in this way, you can work with Synchronize, the developer of app. You develop yours, and he develops his, without affecting each other.

of course, in order to better experience, there are also directly packaged into app so that the distribution of app and yours are closely linked, and you are finally happy together.


says that all the packaged files are full of holes. Do you update the web words and then ask app to upgrade again?
you just put your web page on the server and give the app entry address. Pay attention to details: things related to authorization should be considered with the backend


the webpage should be bound with a domain name from the CVM, and then the client will directly open your web page with webview embedding


you can finish the page. The webview, used for embedding is not your responsibility


give him the packaged file

.
Menu