Skip to content

Commit a7c0a34

Browse files
authored
Update README.md
1 parent fc43b2b commit a7c0a34

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

samples/cordova/text_chat/README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,3 @@ It allows:
2222
## Documentation
2323

2424
Original 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

0 commit comments

Comments
 (0)