H5 generates App to be packaged and put on the shelves.

do you have a boss to introduce in detail the specific process of packaging APP through H5 website and then putting it on the shelf?

Mar.04,2021

http://www.lbuilder.com/commu. h5 website package App Store


  1. create Application

    1. create WebView
    2. set the home page to WebView
  2. package Apk
  3. on the shelves

cordova, APIcloud, etc.


the description of the main question is not detailed enough, the first question that needs to be clear is: how do you access Web web resources?

  1. has the Web page been packaged and installed locally with the APK installation package, and then access local resources offline?
  2. or visit the Web page directly online?

this problem must be clarified before the corresponding scheme can be adopted. E.g. If it's the first, take a look at cordova+ionic (or framework7); if it's the second, you only need a WebView.


if it's just a simple casing, I recommend hbuilder's wap2app, which is the best one I've used so far, and you can call some native methods, such as payment, sharing, third-party login, etc.

Menu