https://github.com/dcloudio/h5p.core
HTML5 plus runtime
https://github.com/dcloudio/h5p.core
Last synced: about 1 year ago
JSON representation
HTML5 plus runtime
- Host: GitHub
- URL: https://github.com/dcloudio/h5p.core
- Owner: dcloudio
- Created: 2015-01-27T06:50:58.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-31T02:05:10.000Z (over 10 years ago)
- Last Synced: 2025-01-08T11:46:14.366Z (about 1 year ago)
- Language: HTML
- Size: 12.9 MB
- Stars: 138
- Watchers: 44
- Forks: 61
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# H5P.Core
HTML5plus Runtime,参考:[HTML5+](http://html5plus.org/)简称5+Runtime,运行于手机端的强化web引擎,除了支持标准HTML5外,还支持更多扩展的js api。
H5P.Core 为5+Runtime核心组件定义并实现了一套插件机制,可以基于该工程进行自己插件的开发和调试。
开发的插件可以集成到5+Runtime中使用。
# 目录结构
Android: Android版本
iOS: iOS版本
js: js
# 开发步骤
iOS平台:
http://ask.dcloud.net.cn/docs/#http://ask.dcloud.net.cn/article/67
Android平台:
http://ask.dcloud.net.cn/docs/#http://ask.dcloud.net.cn/article/66
# 插件实现
1. 支付宝插件 (https://github.com/dcloudio/H5P.Plugins.payment.Alipay)
2. 百度地图插件 (https://github.com/dcloudio/H5P.Plugins.maps.BaiDu)
3. 条码扫描插件 (https://github.com/dcloudio/H5P.Plugins.barcode)
4. Audio插件 (https://github.com/dcloudio/H5P.Plugins.audio)
5. 个推push (https://github.com/dcloudio/H5P.Plugins.push.igexin)
# License
遵循MIT License;