File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
samples/cordova/text_chat Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -22,18 +22,3 @@ It allows:
2222## Documentation
2323
2424Original sample description & setup guide - [ Apache Cordova (PhoneGap) Chat code sample] ( http://quickblox.com/developers/Sample-chat-cordova )
25-
26- ## Steps to build this sample from scratch
27- 1 . Create Cordova app:
28- ```
29- cordova create hello com.example.hellochat HelloChat
30- ```
31- 2 . Copy content from ** samples/chat** to ** www** folder of your Cordova app.
32- 3 . Add platfroms:
33- ```
34- cordova platform add ios --save &&
35- cordova platform add android --save &&
36- cordova platform add browser --save
37- ```
38- 4 . Replace relative path to QuickBlox framework in index.html to absolute via cdnjs.
39- 5 . Install [ WebSocket-for-Android] ( https://github.com/knowledgecode/WebSocket-for-Android ) plugin to support WebSockets on Android <4.4
You can’t perform that action at this time.
0 commit comments