Skip to content

Commit 592a7cd

Browse files
author
Igor Khomenko
committed
Cordova Video Chat sample Xcode 8.1 support
1 parent 43b643f commit 592a7cd

File tree

640 files changed

+60183
-7560
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

640 files changed

+60183
-7560
lines changed

samples/cordova/text_chat/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ cordova platform add ios --save &&
3535
cordova platform add android --save &&
3636
cordova platform add browser --save
3737
```
38-
4.
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

samples/cordova/text_chat/config.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version='1.0' encoding='utf-8'?>
22
<widget id="com.quickblox.cordova.chat" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3-
<name>QB Chat</name>
3+
<name>Text chat</name>
44
<description>
55
Apache Cordova simple code sample for Web XMPP Chat (via QuickBlox SDK + API)
66
</description>
@@ -18,12 +18,13 @@
1818
<allow-intent href="geo:*" />
1919
<platform name="android">
2020
<allow-intent href="market:*" />
21+
<preference name="android-minSdkVersion" value="19" />
2122
</platform>
2223
<platform name="ios">
2324
<allow-intent href="itms:*" />
2425
<allow-intent href="itms-apps:*" />
25-
<preference name="Orientation" value="landscape" />
2626
</platform>
2727
<engine name="ios" spec="~4.3.0" />
28+
<engine name="android" spec="~6.0.0" />
2829
<engine name="browser" spec="~4.1.0" />
2930
</widget>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#Mon Oct 31 16:16:27 EET 2016
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)