作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我是 HTML5 和 phonegap 的新手。当我用谷歌搜索时,我知道 html5 可以在 android 中使用,但我不知道如何为 android 应用程序实现 html5。是否可以将 HTML5 与 phonegap 一起使用,或者可以在 android 应用程序中单独使用 html5。我对使用 html5 和 phoengap 感到困惑。
当我搜索如何在 android 中使用 html5 时,我得到的代码是
<html>
<head>
<title>Cupertino Streaming</title>
</head>
<body>
<video controls src="http://[wowza-address]:1935/vod/sample.mp4/playlist.m3u8">
</video>
</body>
</html>
所有这些代码都是 html5 格式。这就是我如何与 android 应用程序一起使用的。如果我需要实现我是否需要使用phonegap?任何人都可以帮助使用 html5 启动 android 应用程序。请提供一些自己学习html5的链接和引用。
提前致谢。
最佳答案
您不需要为 android 做任何特定的实现。只需创建一个普通的 html5 页面,android 就可以读取它。
参见 this site用于 html5 和 css3 的示例实现。
关于android - 如何在android中实现html5,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7511226/
我是一名优秀的程序员,十分优秀!