File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1515> ---
1616- ** [ Introduction] ( #introduction ) **
1717 - ** [ Browser support] ( #browser-support ) **
18+ - ** [ Hybird app support] ( #hybird-app-support ) **
1819- ** [ Usage] ( #usage ) **
1920 - ** [ Exception Handling] ( #exception-handling ) **
2021
@@ -70,6 +71,17 @@ This project is the implementation of Hprose for HTML5.
7071* Internet Explorer on Windows Phone
7172* ...
7273
74+ ### Hybird app support
75+
76+ * ionic + cordova (http, tcp, websocket)
77+ * Chrome extentions (http, tcp, websocket)
78+ * APICloud (http, tcp* )
79+ * DCloud (not yet)
80+ * AppCan (not yet)
81+ * ... (http, websocket)
82+
83+ TCP is only available on iOS for APICloud, because there is a bug of APICloud Android SDK, and they don't want to fix this bug.
84+
7385## Usage
7486
7587You don't need use the javascript source files. You only need include ` hprose-html5.js ` in your html.
Original file line number Diff line number Diff line change 1616> ---
1717- ** [ 简介] ( #简介 ) **
1818 - ** [ 浏览器支持] ( #浏览器支持 ) **
19+ - ** [ 混合应用支持] ( #混合应用支持 ) **
1920- ** [ 使用] ( #使用 ) **
2021 - ** [ 异常处理] ( #异常处理 ) **
2122
7172* Internet Explorer on Windows Phone
7273* ...
7374
75+ ### 混合应用支持
76+
77+ * ionic + cordova (http, tcp, websocket)
78+ * Chrome extentions (http, tcp, websocket)
79+ * APICloud (http, tcp* )
80+ * DCloud (还不支持)
81+ * AppCan (还不支持)
82+ * ... (http, websocket)
83+
84+ 在 APICloud 平台上,TCP 只在 iOS 上有效,因为 APICloud 的 Android SDK 有个 bug,但是他们不肯修复,所以我也无能为力。
85+
7486## 使用
7587
7688你不需要使用 javascript 的源文件,你只需要在你的 html 中包含 ` hprose-html5.js ` 就够了。
You can’t perform that action at this time.
0 commit comments