我可以在 Android 设备上创建基于 Web 的演示并离线交付吗?
我创建了一个基于 Web 的演示,该演示位于我的笔记本电脑上,这样我就可以离线交付它。我可以将该演示移植到基于 Android 的平板电脑吗?
正如我的问题可能已经很清楚地表明的那样,我从未拥有过任何类型的平板电脑,而且我对 Android 一无所知 - 但如果我可以在 Android 平板电脑上存储我自己的基于 Web 的演示,我就准备购买它并在本地(离线)运行它。这可能吗?
感谢您的帮助!!
I've created a Web-based demo that lives on my laptop PC so I can deliver it offline. Can I port that demo to an Android-based tablet?
As my question probably makes all too clear, I've never owned a tablet of any kind, and I know nothing about Android -- but I'm ready to buy an Android tablet if I can store my own Web-based demo on it and run it locally (offline). Is that possible?
Thanks for your help!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,您可以创建一个应用程序来浏览离线网页,例如在 Web 视图中随应用程序一起提供的网页
Yes, you can create an application that browse offline web pages that ship with the application inside a webview for example
这取决于任何特定平板电脑中使用的 Android 版本和浏览器,但在标准 Android 上,您不必创建任何应用程序,因为标准浏览器就足够了。
只需将文件加载到 SD 卡上,然后在浏览器中打开,例如 file:///sdcard/myapp/index.html
It depends on the android version and browser used in any particular tablet, but on standard android you don't have to create any application as the standard browser would be enough.
Just load your files onto the SD card and in the browser open for example file:///sdcard/myapp/index.html