android - 有安卓渲染离线html js的例子吗?
大家讲道理
大家讲道理 2017-04-18 09:14:17
0
2
625

我想在把大的js、css、静态html放在安卓apk包里,然后能展示指定的html、执行html里离线的js,有例子吗?

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(2)
刘奇

It can be displayed, you just need to use webview to load the local url

Ty80

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.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template