Yes, you can put the file in the asset folder, and then set up a WebView in the Activity with the URL pointing to the stored file. Hybrid development is to write the HTML page, then obtain the data from the background, and then fill the data into the prepared HTML through JSBridge.
It can be displayed, you just need to use webview to load the local url
Yes, you can put the file in the asset folder, and then set up a WebView in the Activity with the URL pointing to the stored file. Hybrid development is to write the HTML page, then obtain the data from the background, and then fill the data into the prepared HTML through JSBridge.